Addapt pgadmin variables

This commit is contained in:
2025-04-04 11:20:38 +02:00
parent 2c964cfbee
commit b77f116bdf
6 changed files with 23 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
# Configuration @see https://hub.docker.com/r/dpage/pgadmin4
# Configuration @see https://www.pgadmin.org/docs/pgadmin4/latest/container_deployment.html
PGADMIN_DEFAULT_EMAIL={{ applications.pgadmin.default_email }}
PGADMIN_DEFAULT_PASSWORD={{ applications.pgadmin.default_password }}
PGADMIN_DEFAULT_EMAIL={{ applications[application_id].users.administrator.email }}
PGADMIN_DEFAULT_PASSWORD={{ applications.[application_id].users.administrator.password }}
PGADMIN_DISABLE_POSTFIX=True