From 0744ef751fdf84e3cf23a212d64ad7153f398a8f Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 6 Jul 2026 16:47:24 -0400 Subject: [PATCH] Added proxy-net network --- nodes/heimdall/apprise/compose.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/nodes/heimdall/apprise/compose.yaml b/nodes/heimdall/apprise/compose.yaml index e6c2e7f..72581e8 100644 --- a/nodes/heimdall/apprise/compose.yaml +++ b/nodes/heimdall/apprise/compose.yaml @@ -8,4 +8,11 @@ services: - TZ=Etc/New_York ports: - 8000:8000 - restart: unless-stopped \ No newline at end of file + restart: unless-stopped + networks: + - proxy-net + +networks: + proxy-net: + name: proxy-net + external: true \ No newline at end of file