From 14f7afb8f2a2ff73abf917689dfc379455909f52 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 12 Apr 2026 20:32:31 -0400 Subject: [PATCH] fix(trek): add external proxy network configuration in Docker Compose --- nodes/heimdall/trek/compose.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nodes/heimdall/trek/compose.yaml b/nodes/heimdall/trek/compose.yaml index b374176..0aa433f 100644 --- a/nodes/heimdall/trek/compose.yaml +++ b/nodes/heimdall/trek/compose.yaml @@ -2,6 +2,10 @@ x-info: repo: https://github.com/mauriceboe/TREK releases: https://github.com/mauriceboe/TREK/releases documentation: https://github.com/mauriceboe/TREK +networks: + proxy-net: + external: true + services: app: image: mauriceboe/trek:2.9.13 @@ -9,6 +13,8 @@ services: read_only: true security_opt: - no-new-privileges:true + networks: + - proxy-net cap_drop: - ALL cap_add: