2025-02-21 03:53:27 +01:00
|
|
|
{# This template needs to be included in docker-compose.yml containers #}
|
2024-01-02 21:13:34 +01:00
|
|
|
networks:
|
2025-02-21 05:06:39 +01:00
|
|
|
{% 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 %}
|
2025-02-21 03:53:27 +01:00
|
|
|
{% 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:
|
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" }}
|