Update AI_Containers/open-webui/compose.yaml
This commit is contained in:
@@ -8,9 +8,16 @@ services:
|
|||||||
- OLLAMA_BASE_URL=http://ollama:11434
|
- OLLAMA_BASE_URL=http://ollama:11434
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/docker/ollama/webui:/app/data
|
- /srv/docker/ollama/webui:/app/data
|
||||||
|
networks:
|
||||||
|
- ollama
|
||||||
|
restart: unless-stopped
|
||||||
#Can comment out if not using Flame Dashboard
|
#Can comment out if not using Flame Dashboard
|
||||||
labels:
|
labels:
|
||||||
- flame.type=application # "app" works too
|
- flame.type=application # "app" works too
|
||||||
- flame.name=Webui
|
- flame.name=Webui
|
||||||
- flame.url=http://webui.homelab.internal #Adjust to your domain or IP
|
- flame.url=http://webui.homelab.internal #Adjust to your domain or IP
|
||||||
- flame.icon=chat-processing
|
- flame.icon=chat-processing
|
||||||
|
|
||||||
|
networks:
|
||||||
|
ollama:
|
||||||
|
extrernal: true
|
||||||
Reference in New Issue
Block a user