feat: Test qbittorrent without vpn.

This commit is contained in:
2025-11-29 14:14:33 -05:00
parent 936f42a0b9
commit 9a53c5dd9a

View File

@@ -87,9 +87,9 @@ services:
- WEBUI_PORT=8701 # must match "qbittorrent web interface" port number in gluetun's service above - 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 # - TORRENTING_PORT=${FIREWALL_VPN_INPUT_PORTS} # airvpn forwarded port, pulled from .env
# 🔄 Port Forwarding Mod (Syncs qBittorrent with Gluetun) # 🔄 Port Forwarding Mod (Syncs qBittorrent with Gluetun)
- DOCKER_MODS=ghcr.io/t-anc/gsp-qbittorent-gluetun-sync-port-mod:main # - 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_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_QBITTORRENT_PORT=${GSP_QBITTORRENT_PORT:-53764} # Torrenting port (auto-updated by Gluetun)
- GSP_MINIMAL_LOGS=false # Enables full logs for debugging purposes - GSP_MINIMAL_LOGS=false # Enables full logs for debugging purposes
volumes: volumes:
- ./qbittorrent:/config - ./qbittorrent:/config
@@ -102,6 +102,7 @@ services:
ports: ports:
- 6881:6881/tcp # qbittorrent torrent port - 6881:6881/tcp # qbittorrent torrent port
- 6881:6881/udp # qbittorrent torrent port - 6881:6881/udp # qbittorrent torrent port
- 8701:7701
dns: dns:
- 1.1.1.1 - 1.1.1.1
- 8.8.8.8 - 8.8.8.8
@@ -117,7 +118,6 @@ services:
soft: 32768 soft: 32768
hard: 65536 # Increases allowed open files (important for high-speed torrenting) hard: 65536 # Increases allowed open files (important for high-speed torrenting)
# See the 'qBittorrent Stalls with VPN Timeout' section for more information. # See the 'qBittorrent Stalls with VPN Timeout' section for more information.
deunhealth: deunhealth:
image: qmcgaw/deunhealth image: qmcgaw/deunhealth