mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			403 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			403 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| application_id:                   "web-app-funkwhale"
 | |
| 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 |