9 # don't mount tmp directory (https://github.com/Shopify/bootsnap/issues/177)
14 # https://github.com/Shopify/bootsnap/issues/262
15 ENABLE_BOOTSNAP: 'false'
16 command: bundle exec rails s -p 3000 -b '0.0.0.0'
23 dockerfile: docker/postgres/Dockerfile
27 POSTGRES_HOST_AUTH_METHOD: trust
28 POSTGRES_DB: openstreetmap
30 - ./docker-db-data:/var/lib/postgresql/data