9 # don't mount tmp directory (https://github.com/Shopify/bootsnap/issues/177)
11 # Prevent node_modules from mounting so it's not shared between host OS and Docker
16 # https://github.com/Shopify/bootsnap/issues/262
17 ENABLE_BOOTSNAP: 'false'
18 command: bundle exec rails s -p 3000 -b '0.0.0.0'
25 dockerfile: docker/postgres/Dockerfile
29 POSTGRES_HOST_AUTH_METHOD: trust
30 POSTGRES_DB: openstreetmap
32 - ./docker-db-data:/var/lib/postgresql/data