aaaaaaaaaaa
This commit is contained in:
@@ -20,17 +20,39 @@ services:
|
||||
- /dev/dri:/dev/dri
|
||||
restart: unless-stopped
|
||||
|
||||
unmanic:
|
||||
container_name: unamic
|
||||
image: josh5/unmanic:latest
|
||||
ports:
|
||||
- 8888:8888
|
||||
environment:
|
||||
- PUID=1000
|
||||
- GUID=1000
|
||||
volumes:
|
||||
- /appdata/unmanic:/config
|
||||
- /mnt/download:/library
|
||||
- /mnt/transcode:/tmp/unmanic
|
||||
fileflows:
|
||||
image: revenz/fileflows
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "19200:5000"
|
||||
devices:
|
||||
- /dev/dri:/dev/dri
|
||||
- "/dev/dri:/dev/dri"
|
||||
environment:
|
||||
- TempPathHost=/transcode/fileflow
|
||||
- TZ=Europe/Berlin
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- /transcode/fileflow:/temp
|
||||
- /appdata/fileflows:/app/Data
|
||||
- /tmp/fileflows:/app/Logs
|
||||
- /movies:/mnt/download/movies
|
||||
- /movies:/mnt/download/movies
|
||||
- /shows:/mnt/download/shows
|
||||
- /shows-anime:/mnt/download/shows-anime
|
||||
|
||||
# unmanic:
|
||||
# container_name: unamic
|
||||
# image: josh5/unmanic:latest
|
||||
# ports:
|
||||
# - 8888:8888
|
||||
# environment:
|
||||
# - PUID=1000
|
||||
# - GUID=1000
|
||||
# volumes:
|
||||
# - /appdata/unmanic:/config
|
||||
# - /mnt/download:/library
|
||||
# - /mnt/transcode:/tmp/unmanic
|
||||
# devices:
|
||||
# - /dev/dri:/dev/dri
|
||||
Reference in New Issue
Block a user