9 # Prevent these directories from mounting so they're not shared between host OS and Docker
12 # Mount these upload directories so they persist between runs
13 - web-traces:/home/osm/traces
14 - web-images:/home/osm/images
18 # https://github.com/Shopify/bootsnap/issues/262
19 ENABLE_BOOTSNAP: 'false'
20 command: bundle exec rails s -p 3000 -b '0.0.0.0'
27 dockerfile: docker/postgres/Dockerfile
31 POSTGRES_HOST_AUTH_METHOD: trust
32 POSTGRES_DB: openstreetmap
34 # Mount the Postgres data directory so it persists between runs
35 - db-data:/var/lib/postgresql/data