From b54ae0c1ff8b06970bd83bc246948a6f066759e6 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 7 Feb 2026 18:50:17 +0000 Subject: [PATCH] Update Dashboard_Containers/flame/compose.yaml --- Dashboard_Containers/flame/compose.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Dashboard_Containers/flame/compose.yaml b/Dashboard_Containers/flame/compose.yaml index 78e3724..515ed2d 100644 --- a/Dashboard_Containers/flame/compose.yaml +++ b/Dashboard_Containers/flame/compose.yaml @@ -9,8 +9,13 @@ services: - 5005:5005 environment: PASSWORD: + networks: + - traefik_network labels: - traefik.enable=true - traefik.http.routers.flame.rule=Host('flame.homelab.internal') - traefik.http.routers.flame.entrypoints=web - restart: unless-stopped \ No newline at end of file + restart: unless-stopped +networks: + traefik_network: + external: true \ No newline at end of file