From 8d57acecdc5899a4f4a55436d31bb9a7c9a45bf2 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 7 Feb 2026 18:47:40 +0000 Subject: [PATCH] Update Dashboard_Containers/flame/compose.yaml --- Dashboard_Containers/flame/compose.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dashboard_Containers/flame/compose.yaml b/Dashboard_Containers/flame/compose.yaml index 658a81b..78e3724 100644 --- a/Dashboard_Containers/flame/compose.yaml +++ b/Dashboard_Containers/flame/compose.yaml @@ -9,4 +9,8 @@ services: - 5005:5005 environment: PASSWORD: + 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