From 2e8e0b45610e0a265b334fd6879c6e14b8fc2088 Mon Sep 17 00:00:00 2001 From: Hermes Date: Mon, 25 May 2026 15:09:18 -0400 Subject: [PATCH] fix_honcho_traefik_network_label --- ai/compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ai/compose.yml b/ai/compose.yml index 04379cf..3c7bc2c 100755 --- a/ai/compose.yml +++ b/ai/compose.yml @@ -183,6 +183,7 @@ services: - ai_net labels: - "traefik.enable=true" + - "traefik.docker.network=ai_net" # Router for HTTP + redirect to HTTPS - "traefik.http.routers.honcho-http.rule=Host(`honcho.lazyworkhorse.net`)"