Update AI_Containers/open-webui/compose.yaml

This commit is contained in:
2026-02-07 19:23:03 +00:00
parent f0b9246dac
commit f05d111948
+6
View File
@@ -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