(compose) add dynamic PostgreSQL environment configuration

Added a new environment variable reference for PostgreSQL configuration
in the compose file to support dynamic environment overrides.
This commit is contained in:
Nathan Panchout
2026-04-07 17:20:12 +02:00
committed by Manuel Raynaud
parent b6275a4278
commit 29da771258

View File

@@ -145,6 +145,7 @@ services:
- env.d/development/common.${ENV_OVERRIDE:-local}
- env.d/development/postgresql
- env.d/development/postgresql.local
- env.d/development/postgresql.${ENV_OVERRIDE:-local}
volumes:
- ./src/backend:/app
- ./data/static:/data/static