From f05d1119480c9342b9aa934680cc026715bd9d96 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 7 Feb 2026 19:23:03 +0000 Subject: [PATCH] Update AI_Containers/open-webui/compose.yaml --- AI_Containers/open-webui/compose.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/AI_Containers/open-webui/compose.yaml b/AI_Containers/open-webui/compose.yaml index 689bfde..6a8750b 100644 --- a/AI_Containers/open-webui/compose.yaml +++ b/AI_Containers/open-webui/compose.yaml @@ -10,13 +10,19 @@ services: - /srv/docker/ollama/webui:/app/data networks: - ollama_network + - traefik_network #Can comment out if not using Flame Dashboard labels: - flame.type=application # "app" works too - flame.name=Webui - flame.url=http://webui.homelab.internal #Adjust to your domain or IP - flame.icon=chat-processing + - traefik.enable=true + - traefik.http.routers.scriberr.rule=Host(`scriberr.homelab.internal`) + - traefik.http.routers.scriberr.entrypoints=web restart: unless-stopped networks: ollama_network: + external: true + traefik_network: external: true \ No newline at end of file