Add gluetun service_healthy dependency to sabnzbd container

Co-authored-by: acedanger <1345540+acedanger@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-11-10 03:11:16 +00:00
parent 5c15413c2c
commit 5cbc976c87

View File

@@ -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