use the correct postgres password

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-02-23 16:11:27 +01:00
parent 826fe02bc5
commit 3cb0aa0981

View File

@@ -38,7 +38,7 @@ services:
- DB_TYPE=postgresdb
- DB_POSTGRESDB_HOST=postgres
- DB_POSTGRESDB_USER=${POSTGRES_USER}
- DB_POSTGRESDB_PASSWORD=${POSTGRES_DB}
- DB_POSTGRESDB_PASSWORD=${POSTGRES_PASSWORD}
ports:
- 5678:5678
links: