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