aaaaaaaaaaa
This commit is contained in:
@@ -20,17 +20,39 @@ services:
|
|||||||
- /dev/dri:/dev/dri
|
- /dev/dri:/dev/dri
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
unmanic:
|
fileflows:
|
||||||
container_name: unamic
|
image: revenz/fileflows
|
||||||
image: josh5/unmanic:latest
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 8888:8888
|
- "19200:5000"
|
||||||
environment:
|
|
||||||
- PUID=1000
|
|
||||||
- GUID=1000
|
|
||||||
volumes:
|
|
||||||
- /appdata/unmanic:/config
|
|
||||||
- /mnt/download:/library
|
|
||||||
- /mnt/transcode:/tmp/unmanic
|
|
||||||
devices:
|
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
|
||||||
@@ -18,9 +18,9 @@ services:
|
|||||||
- VPN_PORT_FORWARDING=on
|
- VPN_PORT_FORWARDING=on
|
||||||
ports:
|
ports:
|
||||||
# qbittorrent ports
|
# qbittorrent ports
|
||||||
- 5080:5080
|
# - 5080:5080
|
||||||
- 6881:6881
|
# - 6881:6881
|
||||||
- 6881:6881/udp
|
# - 6881:6881/udp
|
||||||
# prowlarr ports
|
# prowlarr ports
|
||||||
# - 9696:9696
|
# - 9696:9696
|
||||||
# sbnzbd ports
|
# sbnzbd ports
|
||||||
@@ -53,22 +53,22 @@ services:
|
|||||||
- /mnt/configs/autobrr:/config
|
- /mnt/configs/autobrr:/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
qbittorrent:
|
# qbittorrent:
|
||||||
image: lscr.io/linuxserver/qbittorrent:latest
|
# image: lscr.io/linuxserver/qbittorrent:latest
|
||||||
container_name: qbittorrent
|
# container_name: qbittorrent
|
||||||
network_mode: service:vpn
|
# network_mode: service:vpn
|
||||||
environment:
|
# environment:
|
||||||
- PUID=1000
|
# - PUID=1000
|
||||||
- PGID=1000
|
# - PGID=1000
|
||||||
- TZ=Europe/Berlin
|
# - TZ=Europe/Berlin
|
||||||
- WEBUI_PORT=5080
|
# - WEBUI_PORT=5080
|
||||||
volumes:
|
# volumes:
|
||||||
- /mnt/configs/qbittorrent:/config
|
# - /mnt/configs/qbittorrent:/config
|
||||||
- /mnt/download:/downloads
|
# - /mnt/download:/downloads
|
||||||
depends_on:
|
# depends_on:
|
||||||
vpn:
|
# vpn:
|
||||||
condition: service_healthy
|
# condition: service_healthy
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
|
|
||||||
sabnzbd:
|
sabnzbd:
|
||||||
image: lscr.io/linuxserver/sabnzbd:latest
|
image: lscr.io/linuxserver/sabnzbd:latest
|
||||||
@@ -80,7 +80,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Etc/UTC
|
- TZ=Europe/Berlin
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/configs/sabnzbd:/config
|
- /mnt/configs/sabnzbd:/config
|
||||||
- /mnt/download:/downloads
|
- /mnt/download:/downloads
|
||||||
|
|||||||
Reference in New Issue
Block a user