Solved variable naming bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-14 00:32:57 +02:00
parent c42d7cdf19
commit ce68391b4e
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -7,7 +7,7 @@ networks:
{% endif %}
{% if
applications | get_app_conf(application_id, 'features.ldap', False) and
applications | get_app_conf(application_id, 'network.docker', False)
applications | get_app_conf('svc-db-openldap', 'network.docker', False)
%}
svc-db-openldap:
external: true