10 lines
382 B
Django/Jinja

{# This template needs to be included in docker-compose.yml containers #}
networks:
{% if enable_central_database | bool and database_type is defined %}
central_{{ database_type }}:
{% endif %}
{% if applications[application_id].ldap_enabled|default(false)|bool and applications.ldap.openldap.network.local|bool %}
central_ldap:
{% endif %}
default:
{{ "\n" }}