mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 12:41:05 +01:00
5 lines
348 B
YAML
5 lines
348 B
YAML
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" |