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