updated env variables

This commit is contained in:
2025-08-01 10:55:11 -05:00
parent e73641f258
commit 0ce09ef969
3 changed files with 4 additions and 20 deletions

View File

@@ -32,6 +32,8 @@ services:
POSTGRES_DB: ${POSTGRES_DB}
POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
env_file:
- ~/git/docker/app/.env # Neu: Separate Env-File für Prod
ports:
- "5432:5432"
networks: