add pgadmin

This commit is contained in:
tom.chivert
2025-12-15 10:21:34 +01:00
parent 8c30c9667b
commit 14763d611a
6 changed files with 82 additions and 0 deletions

View File

@@ -14,6 +14,12 @@ grafana_log_level: error
grafana_router_logging: false
grafana_disable_sanitize_html: true
### PgAdmin
# pgadmin_password: required...
# pgadmin_email: required...
pgadmin_version: 'latest'
pgadmin_watchtower_enable: true
### Gitlab
# gitlab_root_password: required...
gitlab_external_url: 'https://{{ gitlab_domain }}'