mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 00:16:49 +00:00
Refactor openwebui.yml to expose OPEN_WEBUI_PORT environment variable
This commit is contained in:
@@ -12,6 +12,8 @@ services:
|
|||||||
- ENABLE_OLLAMA_API=${ENABLE_OLLAMA_API:-false}
|
- ENABLE_OLLAMA_API=${ENABLE_OLLAMA_API:-false}
|
||||||
volumes:
|
volumes:
|
||||||
- /var/data/open-webui:/app/backend/data
|
- /var/data/open-webui:/app/backend/data
|
||||||
|
expose:
|
||||||
|
- ${OPEN_WEBUI_PORT:-8080}
|
||||||
networks:
|
networks:
|
||||||
- traefik-public
|
- traefik-public
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user