From 9a53c5dd9a744b9a30f31eabf11d3ff83709fa1f Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Sat, 29 Nov 2025 14:14:33 -0500 Subject: [PATCH] feat: Test qbittorrent without vpn. --- compose.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compose.yaml b/compose.yaml index 733d501..6bad590 100644 --- a/compose.yaml +++ b/compose.yaml @@ -87,9 +87,9 @@ services: - WEBUI_PORT=8701 # must match "qbittorrent web interface" port number in gluetun's service above # - TORRENTING_PORT=${FIREWALL_VPN_INPUT_PORTS} # airvpn forwarded port, pulled from .env # 🔄 Port Forwarding Mod (Syncs qBittorrent with Gluetun) - - DOCKER_MODS=ghcr.io/t-anc/gsp-qbittorent-gluetun-sync-port-mod:main - - GSP_GTN_API_KEY=${GSP_GTN_API_KEY:-randomapikey} # API key for port forwarding updates - - GSP_QBITTORRENT_PORT=${GSP_QBITTORRENT_PORT:-53764} # Torrenting port (auto-updated by Gluetun) + # - DOCKER_MODS=ghcr.io/t-anc/gsp-qbittorent-gluetun-sync-port-mod:main + # - GSP_GTN_API_KEY=${GSP_GTN_API_KEY:-randomapikey} # API key for port forwarding updates + # - GSP_QBITTORRENT_PORT=${GSP_QBITTORRENT_PORT:-53764} # Torrenting port (auto-updated by Gluetun) - GSP_MINIMAL_LOGS=false # Enables full logs for debugging purposes volumes: - ./qbittorrent:/config @@ -102,6 +102,7 @@ services: ports: - 6881:6881/tcp # qbittorrent torrent port - 6881:6881/udp # qbittorrent torrent port + - 8701:7701 dns: - 1.1.1.1 - 8.8.8.8 @@ -117,7 +118,6 @@ services: soft: 32768 hard: 65536 # Increases allowed open files (important for high-speed torrenting) - # See the 'qBittorrent Stalls with VPN Timeout' section for more information. deunhealth: image: qmcgaw/deunhealth