Solved multiple bugs and propably produced 100 more.... Usual Nightshift...

This commit is contained in:
2025-02-21 03:53:27 +01:00
parent 5694023da8
commit bdeaf14285
15 changed files with 30 additions and 41 deletions

View File

@@ -1,4 +1,4 @@
# This template needs to be included in docker-compose.yml containers which depend on a database and additional containers
{# This template needs to be included in docker-compose.yml containers which depend on a database and additional containers #}
depends_on:
{% if not enable_central_database | bool %}
database:

View File

@@ -1,4 +1,4 @@
# This template needs to be included in docker-compose.yml containers, which depend on a database, redis and optional additional volumes
{# This template needs to be included in docker-compose.yml containers, which depend on a database, redis and optional additional volumes #}
depends_on:
{% if not enable_central_database | bool %}
database:

View File

@@ -1,4 +1,4 @@
# This template needs to be included in docker-compose.yml containers, which just depend on a database
{# This template needs to be included in docker-compose.yml containers, which just depend on a database #}
{% if not enable_central_database | bool %}
depends_on:
database:

View File

@@ -1,9 +1,9 @@
# This template needs to be included in docker-compose.yml containers
{# 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 is defined and applications[application_id].ldap_enabled | bool and applications.ldap.openldap.network.local | bool %}
{% if applications[application_id].ldap_enabled|default(false)|bool and applications.ldap.openldap.network.local|bool %}
central_ldap:
{% endif %}
default: