changed default postgres logic and optimized discourse postgres integration

This commit is contained in:
2024-01-05 11:27:04 +01:00
parent 9318333e77
commit 7ee06df3ba
11 changed files with 3 additions and 10 deletions

View File

@@ -1,4 +1,3 @@
docker_compose_project_name: "listmonk"
database_password: "{{listmonk_database_password}}"
database_version: "{{ listmonk_database_version | default(postgres_default_version) }}"
database_type: "postgres"