From 5c15413c2cf8e421a5a9dd23d7616640e3f9fda5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 10 Nov 2025 03:07:16 +0000 Subject: [PATCH 1/2] Initial plan From 5cbc976c87ffa93000910cf95af976c625dad00b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 10 Nov 2025 03:11:16 +0000 Subject: [PATCH 2/2] Add gluetun service_healthy dependency to sabnzbd container Co-authored-by: acedanger <1345540+acedanger@users.noreply.github.com> --- media/docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media/docker-compose.yml b/media/docker-compose.yml index 59d3d42..f2b2fbe 100644 --- a/media/docker-compose.yml +++ b/media/docker-compose.yml @@ -40,6 +40,9 @@ services: - /data/usenet/incomplete-downloads:/incomplete-downloads # network_mode: "service:gluetun" forces sabnzbd to connect to the internet through the VPN defined in the gluetun container above network_mode: service:gluetun + depends_on: + gluetun: + condition: service_healthy restart: always labels: - diun.enable=true