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 - SERVER_COUNTRIES=Netherlands
- 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,24 +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
# # - nfs-qbittorrent-config:/config depends_on:
# # - nfs-torrent-download:/downloads vpn:
# depends_on: condition: service_healthy
# vpn: restart: unless-stopped
# condition: service_healthy
# restart: unless-stopped
sabnzbd: sabnzbd:
image: lscr.io/linuxserver/sabnzbd:latest image: lscr.io/linuxserver/sabnzbd:latest