2019-06-10 04:54:33 +00:00
|
|
|
version: "3"
|
|
|
|
|
|
|
|
services:
|
|
|
|
funkwhale:
|
2019-07-07 01:02:35 +00:00
|
|
|
image: funkwhale/all-in-one:0.19.0
|
2019-06-10 04:54:33 +00:00
|
|
|
container_name: funkwhale
|
|
|
|
restart: unless-stopped
|
|
|
|
env_file: .env
|
|
|
|
environment:
|
|
|
|
- PUID=1000
|
|
|
|
- PGID=1000
|
|
|
|
volumes:
|
|
|
|
- /srv/docker/funkwhale/data:/data
|
|
|
|
- /srv/docker/funkwhale/data/music:/music
|
|
|
|
ports:
|
|
|
|
- 5000:80
|
|
|
|
|