Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Created August 31, 2020 13:44
Show Gist options
  • Save dnburgess/7b1fbb7a3f996c8145cea6bb7087c2a7 to your computer and use it in GitHub Desktop.
Save dnburgess/7b1fbb7a3f996c8145cea6bb7087c2a7 to your computer and use it in GitHub Desktop.
DB Tech Funkwhale
---
version: "2.1"
services:
funkwhale:
image: thetarkus/funkwhale
container_name: funkwhale
environment:
- FUNKWHALE_HOSTNAME=tanix.local
- NEXTED_PROXY=0
volumes:
- /srv/Funkwhale:/data
- /srv/Funkwhale:/music:ro
ports:
- 3030:80
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment