From 936f42a0b91788fc4e13164186ccfd8db1ca2329 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Sat, 29 Nov 2025 14:12:59 -0500 Subject: [PATCH] feat: Test qbittorrent without vpn. --- compose.yaml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/compose.yaml b/compose.yaml index 477fb0e..733d501 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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