mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-01 08:08:59 +02:00
changed default postgres logic and optimized discourse postgres integration
This commit is contained in:
@@ -2,5 +2,5 @@ docker_compose_instance_directory: "{{ path_docker_compose_instances + docker_c
|
||||
database_host: "{{ 'central-' + database_type if enable_central_database else 'database' }}"
|
||||
database_databasename: "{{ docker_compose_project_name }}"
|
||||
database_username: "{{ docker_compose_project_name }}"
|
||||
|
||||
database_version: "{{ postgres_default_version }}"
|
||||
# This will lead to problems with bbb and openproject
|
Reference in New Issue
Block a user