Added versions

This commit is contained in:
2025-01-20 18:29:40 +01:00
parent 77f4571316
commit 1a117e47b5
21 changed files with 69 additions and 28 deletions

View File

@@ -1,5 +1,4 @@
database_instance: "{{ 'central-' + database_type if enable_central_database | bool else docker_compose_project_name }}"
database_host: "{{ 'central-' + database_type if enable_central_database | bool else 'database' }}"
database_name: "{{ docker_compose_project_name }}"
database_username: "{{ docker_compose_project_name }}"
database_version: "{{ postgres_default_version }}"
database_username: "{{ docker_compose_project_name }}"