8 PIDFILE: /tmp/pids/server.pid
11 # Prevent these directories from mounting so they're not shared between host OS and Docker
13 # Mount a tmp directory that will persist between runs
15 # Mount a storage directory that will persist between runs
16 - web-storage:/app/storage
21 command: bundle exec rails s -p 3000 -b '0.0.0.0'
28 dockerfile: docker/postgres/Dockerfile
32 POSTGRES_HOST_AUTH_METHOD: trust
33 POSTGRES_DB: openstreetmap
35 # Mount the Postgres data directory so it persists between runs
36 - db-data:/var/lib/postgresql/data