Update
Docker Build and Release Upload / build (push) Has been cancelled

This commit is contained in:
2026-04-16 17:09:26 -07:00
+1 -3
View File
@@ -7,8 +7,6 @@ services:
image: docker.io/ollama/ollama:latest image: docker.io/ollama/ollama:latest
volumes: volumes:
- ./data/ollama/ollama:/root/.ollama - ./data/ollama/ollama:/root/.ollama
ports:
- 7869:11434
environment: environment:
- OLLAMA_KEEP_ALIVE=24h - OLLAMA_KEEP_ALIVE=24h
deploy: deploy:
@@ -29,7 +27,7 @@ services:
ports: ports:
- 8009:8080 - 8009:8080
environment: # https://docs.openwebui.com/getting-started/env-configuration#default_models environment: # https://docs.openwebui.com/getting-started/env-configuration#default_models
- OLLAMA_BASE_URLS=http://host.docker.internal:7869 - OLLAMA_BASE_URLS=http://ollama:11434
- ENV=prod - ENV=prod
- WEBUI_AUTH=True - WEBUI_AUTH=True
- WEBUI_NAME=Mistox AI - WEBUI_NAME=Mistox AI