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