1
0
Fork 0

Add Funkwhale Docker Compose file; TTRSS uses temporary Docker image.

This commit is contained in:
Jonathan Chan 2019-06-09 21:54:33 -07:00
parent db22255ff1
commit 809bcf2898
2 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,17 @@
version: "3"
services:
funkwhale:
image: funkwhale/all-in-one:0.18.1
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

View File

@ -2,7 +2,7 @@ version: "3"
services: services:
ttrss: ttrss:
image: x86dev/docker-ttrss image: valvin1/docker-ttrss # use x86dev/docker-ttrss once #36 is merged into master
container_name: ttrss container_name: ttrss
restart: always restart: always
environment: environment: