Adapted roles to new architecture

This commit is contained in:
2025-07-17 15:39:31 +02:00
parent 9469452275
commit ad449c3b6a
41 changed files with 665 additions and 101 deletions

View File

@@ -2,5 +2,6 @@
{% if not applications | get_app_conf(application_id, 'features.central_database', False)%}
volumes:
database:
name: {{ database_volume }}
{% endif %}
{{ "\n" }}

View File

@@ -2,5 +2,6 @@
volumes:
{% if not applications | get_app_conf(application_id, 'features.central_database', False)%}
database:
name: {{ database_volume }}
{% endif %}
{{ "\n" }}