openstreetmap-website/config/docker.database.yml
Tobias d42455d491 Docker: Use docker compose in Docs and Workflow
Also extend "Tests" section on how to prepare the tests
2023-10-04 19:33:58 +02:00

20 lines
561 B
YAML

# This configuration is tailored for use with docker compose. See DOCKER.md for more information.
development:
adapter: postgresql
database: openstreetmap
username: openstreetmap
password: openstreetmap
host: db
encoding: utf8
# Warning: The database defined as 'test' will be erased and
# re-generated from your development database when you run 'rake'.
# Do not set this db to the same as development or production.
test:
adapter: postgresql
database: osm_test
username: openstreetmap
password: openstreetmap
host: db
encoding: utf8