From 924e4cae149d1ca43fb2cb3ecfd403524c6d3f7a Mon Sep 17 00:00:00 2001 From: Croft Date: Mon, 30 Jun 2025 14:10:45 +0200 Subject: [PATCH] re-enabled qbit --- download/compose.yaml | 42 ++++++++++++++++++++---------------------- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/download/compose.yaml b/download/compose.yaml index 8f13b33..2aacdf2 100644 --- a/download/compose.yaml +++ b/download/compose.yaml @@ -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