mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 23:46:51 +00:00
Refactor openwebui.yml to use consistent naming convention for service and environment variables
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ services:
|
|||||||
image: ghcr.io/open-webui/open-webui:${WEBUI_DOCKER_TAG:-main}
|
image: ghcr.io/open-webui/open-webui:${WEBUI_DOCKER_TAG:-main}
|
||||||
environment:
|
environment:
|
||||||
- DOMAIN=${DOMAIN}
|
- DOMAIN=${DOMAIN}
|
||||||
- OPEN_WEBUI_PORT=${OPEN_WEBUI_PORT:-8080}
|
- PORT=${OPEN_WEBUI_PORT:-8080}
|
||||||
- WEBUI_URL=http://localhost:${OPEN_WEBUI_PORT:-8080}
|
- WEBUI_URL=http://localhost:${OPEN_WEBUI_PORT:-8080}
|
||||||
- ENABLE_OLLAMA_API=${ENABLE_OLLAMA_API:-false}
|
- ENABLE_OLLAMA_API=${ENABLE_OLLAMA_API:-false}
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user