From 752aa62c1f8ef5c64f4fd502a4123eaf33c301a7 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 7 Feb 2026 22:17:19 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/compose.yaml --- Proxy_Containers/traefik/compose.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Proxy_Containers/traefik/compose.yaml b/Proxy_Containers/traefik/compose.yaml index 1758e21..53f1bcf 100644 --- a/Proxy_Containers/traefik/compose.yaml +++ b/Proxy_Containers/traefik/compose.yaml @@ -13,6 +13,11 @@ services: - ./traefik.yaml:/etc/traefik/traefik.yaml:ro networks: - traefik + labels: + - flame.type=application # "app" works too + - flame.name=traefik + - flame.url=http://localhost:8079 + - flame.icon=https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/traefik-proxy.svg # optional, default is "docker" restart: unless-stopped networks: traefik: