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