[openstreetmap/openstreetmap-website] Add Docker Compose Support for Development Environment (#2409)

mmd notifications at github.com
Thu Feb 4 08:40:30 UTC 2021


@mmd-osm commented on this pull request.



> @@ -0,0 +1,7 @@
+FROM postgres:11
+
+# Add db init script to install OSM-specific Postgres functions/extensions.
+ADD docker/postgres/openstreetmap-postgres-init.sh /docker-entrypoint-initdb.d/
+
+# Custom database functions are in a SQL file.
+ADD db/functions/functions.sql /usr/local/sbin/osm-db-functions.sql

Now that the /changes endpoint has been removed, do we need the SQL script at all?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/2409#discussion_r570037655
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20210204/7285fa95/attachment.htm>


More information about the rails-dev mailing list