From 6854acf204cf3e8fa9d9d4ce823cf9134502a32b Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Wed, 17 Sep 2025 20:53:48 +0200 Subject: [PATCH] Used database type instead of database host for postgres --- roles/docker-container/templates/networks.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/docker-container/templates/networks.yml.j2 b/roles/docker-container/templates/networks.yml.j2 index 2237f051..80615c9d 100644 --- a/roles/docker-container/templates/networks.yml.j2 +++ b/roles/docker-container/templates/networks.yml.j2 @@ -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') %}