re-enabled qbit

This commit is contained in:
2025-06-30 14:10:45 +02:00
parent 19ccce5af4
commit 924e4cae14

View File

@@ -17,10 +17,10 @@ services:
- SERVER_COUNTRIES=Netherlands
- VPN_PORT_FORWARDING=on
ports:
# # qbittorrent ports
# - 5080:5080
# - 6881:6881
# - 6881:6881/udp
# qbittorrent ports
- 5080:5080
- 6881:6881
- 6881:6881/udp
# prowlarr ports
# - 9696:9696
# sbnzbd ports
@@ -53,24 +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
# # - nfs-qbittorrent-config:/config
# # - nfs-torrent-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