Update AI_Containers/open-webui/compose.yaml

This commit is contained in:
2026-02-07 18:10:33 +00:00
parent 28b5dd0422
commit 5c4326cfb7
+23
View File
@@ -0,0 +1,23 @@
services:
webui:
image: ghcr.io/open-webui/open-webui:main
container_name: open-webui
ports:
- "3855:8080"
environment:
- OLLAMA_BASE_URL=http://ollama:11434
volumes:
- /srv/docker/ollama/webui:/app/data
networks:
- ollama
restart: unless-stopped
#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
networks:
ollama:
extrernal: true