Used database type instead of database host for postgres

This commit is contained in:
2025-09-17 20:53:48 +02:00
parent 54d4eeb1ab
commit 6854acf204

View File

@@ -7,7 +7,7 @@
{{ applications | get_app_conf('svc-db-' ~ database_type, 'docker.network') }}:
{% if application_id in ['svc-db-mariadb','svc-db-postgres'] %}
aliases:
- {{ database_host }}
- {{ database_type }}
{% endif %}
{% endif %}
{% if applications | get_app_conf(application_id, 'features.ldap', False) and applications | get_app_conf('svc-db-openldap', 'network.docker') %}