aaaaaaaaaaa

This commit is contained in:
2025-07-14 21:47:39 +02:00
parent d8f1fb6cf8
commit cef54d193b
2 changed files with 55 additions and 33 deletions

View File

@@ -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