feat: Test qbittorrent without vpn.

This commit is contained in:
2025-11-29 14:12:59 -05:00
parent bb470cc555
commit 936f42a0b9

View File

@@ -94,11 +94,17 @@ services:
volumes:
- ./qbittorrent:/config
- ${DATA_MOUNT}:/data
depends_on:
gluetun:
condition: service_healthy
restart: true
network_mode: service:gluetun
# depends_on:
# gluetun:
# condition: service_healthy
# restart: true
# network_mode: service:gluetun
ports:
- 6881:6881/tcp # qbittorrent torrent port
- 6881:6881/udp # qbittorrent torrent port
dns:
- 1.1.1.1
- 8.8.8.8
healthcheck:
test: ping -c 1 www.google.com || exit 1
interval: 60s