2024-01-03 11:38:09 +01:00
# This template needs to be included in docker-compose.yml containers
2024-01-02 21:13:34 +01:00
networks:
2025-01-11 15:39:30 +01:00
{% if enable_central_database | bool and database_type is defined %}
2024-01-05 20:22:34 +01:00
central_{{ database_type }}:
2025-01-30 12:14:18 +01:00
{% endif %}
2025-02-18 21:00:14 +01:00
{% if applications[application_id].ldap_enabled is defined and applications[application_id].ldap_enabled | bool and applications.ldap.openldap.network.local | bool %}
2025-01-30 12:14:18 +01:00
central_ldap:
2024-01-04 10:15:46 +01:00
{% endif %}
2024-01-05 21:05:52 +01:00
default:
2024-01-04 11:36:55 +01:00
{{ "\n" }}