mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-04 08:02:02 +02:00
8 lines
507 B
YAML
8 lines
507 B
YAML
application_id: "funkwhale"
|
|
nginx_docker_reverse_proxy_extra_configuration: "client_max_body_size 512M;"
|
|
database_type: "postgres"
|
|
funkwhale_media_root: "/srv/funkwhale/data/"
|
|
funkwhale_static_root: "{{funkwhale_media_root}}static"
|
|
celeryd_concurrency: 1
|
|
funkwhale_music_directory_path: "/music"
|
|
funkwhale_docker_api_port: 5000 |