mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-18 00:06:05 +02:00
Added pgadmin draft and optimized phpadmin
This commit is contained in:
5
roles/docker-pgadmin/templates/env.j2
Normal file
5
roles/docker-pgadmin/templates/env.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
# Configuration @see https://hub.docker.com/r/dpage/pgadmin4
|
||||
|
||||
PGADMIN_DEFAULT_EMAIL={{ applications.pgadmin.default_email }}
|
||||
PGADMIN_DEFAULT_PASSWORD={{ applications.pgadmin.default_password }}
|
||||
PGADMIN_DISABLE_POSTFIX=True
|
Reference in New Issue
Block a user