10 lines
412 B
Plaintext
Raw Normal View History

{# This template needs to be included in docker-compose.yml containers #}
networks:
{% if applications[application_id].database.central_storage | 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 %}
{% if applications[application_id].ldap_enabled|default(false)|bool and applications.ldap.openldap.network.local|bool %}
2025-01-30 12:14:18 +01:00
central_ldap:
{% endif %}
2024-01-05 21:05:52 +01:00
default:
2024-01-04 11:36:55 +01:00
{{ "\n" }}