10 lines
270 B
Text
10 lines
270 B
Text
# Copy to .env and adjust values before `docker compose up -d`
|
|
|
|
# PostgreSQL
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=change_me_postgres_password
|
|
POSTGRES_DB=game
|
|
|
|
# MongoDB (required by the app)
|
|
MONGO_ROOT_USERNAME=wingsemu
|
|
MONGO_ROOT_PASSWORD=change_me_mongo_password
|