[openstreetmap/openstreetmap-website] Add Docker Compose Support for Development Environment (#2409)
Grant
notifications at github.com
Thu Feb 20 17:27:25 UTC 2020
Firefishy commented on this pull request.
> + - "3000:3000"
+ command: bundle exec rails s -p 3000 -b '0.0.0.0'
+ depends_on:
+ - db
+
+ db:
+ build:
+ context: .
+ dockerfile: docker/postgres/Dockerfile
+ ports:
+ - "54321:5432"
+ environment:
+ POSTGRES_HOST_AUTH_METHOD: trust
+ POSTGRES_DB: openstreetmap
+ volumes:
+ - ./docker-db-data:/var/lib/postgresql/data
This should really be a data volume, rather than a file mapping.
See: https://docs.docker.com/compose/compose-file/compose-file-v2/#volume-configuration-reference
--
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#pullrequestreview-362092729
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20200220/411fb6cd/attachment.htm>
More information about the rails-dev
mailing list