7 lines
228 B
Plaintext
7 lines
228 B
Plaintext
|
|
# Optional: save as .env next to infrastructure/docker-compose.yml
|
||
|
|
# Docker Compose reads this file automatically for variable substitution.
|
||
|
|
|
||
|
|
POSTGRES_USER=postgres
|
||
|
|
POSTGRES_PASSWORD=dyolink_dev_change_me
|
||
|
|
POSTGRES_DB=dyolink_db
|