mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 00:16:49 +00:00
Refactor openwebui.yml to add environment variables for domain, port, and Ollama API
This commit is contained in:
@@ -5,6 +5,10 @@ networks:
|
|||||||
services:
|
services:
|
||||||
open-webui:
|
open-webui:
|
||||||
image: ghcr.io/open-webui/open-webui:${WEBUI_DOCKER_TAG-main}
|
image: ghcr.io/open-webui/open-webui:${WEBUI_DOCKER_TAG-main}
|
||||||
|
environment:
|
||||||
|
- DOMAIN=${DOMAIN}
|
||||||
|
- OPEN_WEBUI_PORT=${OPEN_WEBUI_PORT-8080}
|
||||||
|
- ENABLE_OLLAMA_API=${ENABLE_OLLAMA_API-false}
|
||||||
volumes:
|
volumes:
|
||||||
- /var/data/open-webui:/app/backend/data
|
- /var/data/open-webui:/app/backend/data
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user