General optimations and debugging

This commit is contained in:
2025-07-08 13:50:23 +02:00
parent cb29a479b3
commit 36ff93e64e
69 changed files with 425 additions and 290 deletions

View File

@@ -1,6 +1,6 @@
# This template needs to be included in docker-compose.yml, which depend on a mariadb database
{% if not applications | is_feature_enabled('central_database',application_id) %}
database:
{{ database_host }}:
container_name: {{application_id}}-database
logging:
driver: journald

View File

@@ -1,6 +1,6 @@
# This template needs to be included in docker-compose.yml, which depend on a postgres database
{% if not applications | is_feature_enabled('central_database',application_id) %}
database:
{{ database_host }}:
image: postgres:{{applications.postgres.version}}-alpine
container_name: {{application_id}}-database
env_file: