From a77579d0ee00cf7b29055e1002abe6427d95c5cb Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Fri, 28 Nov 2025 18:49:48 -0500 Subject: [PATCH] feat: Test without being on proxy network. --- compose.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/compose.yaml b/compose.yaml index dc94a4c..eee6b8f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -14,8 +14,6 @@ services: environment: - TZ=${TIMEZONE} - /dev/dri:/dev/dri - networks: - - proxy gluetun: image: qmcgaw/gluetun @@ -47,8 +45,6 @@ services: - VPN_PORT_FORWARDING=on - SERVER_COUNTRIES=United States - TZ=${TIMEZONE} - networks: - - proxy qbittorrent: image: lscr.io/linuxserver/qbittorrent @@ -180,9 +176,3 @@ services: - jellyfin - sonarr - radarr - -networks: - backend: - external: true - proxy: - external: true