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: