feat: Test qbittorrent without vpn.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user