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