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,5 +1,4 @@
docker_compose_project_name: "funkwhale"
nginx_docker_reverse_proxy_extra_configuration: "client_max_body_size 512M;"
database_password: "{{funkwhale_database_password}}"
database_version: "{{ funkwhale_database_version | default(postgres_default_version) }}"
database_type: "postgres"