11 lines
279 B
Plaintext
Raw Normal View History

# This template needs to be included in docker-compose.yml
networks:
{% if enable_central_database | bool and database_type is defined %}
2024-01-05 20:22:34 +01:00
central_{{ database_type }}:
external: true
2025-01-30 12:14:18 +01:00
{% endif %}
{% if ldap_network_enabled %}
central_ldap:
{% endif %}
2024-01-05 20:22:34 +01:00
default:
2024-01-04 11:36:55 +01:00
{{ "\n" }}