mirror of
https://github.com/suitenumerique/drive.git
synced 2026-04-25 17:15:19 +02:00
✨(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:
committed by
Manuel Raynaud
parent
b6275a4278
commit
29da771258
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user