update open-webui for deploy
This commit is contained in:
@@ -1,9 +1,12 @@
|
|||||||
# Open WebUI
|
# Open WebUI - https://docs.openwebui.com/getting-started/quick-start/
|
||||||
# https://docs.openwebui.com/getting-started/quick-start/
|
|
||||||
services:
|
services:
|
||||||
openwebui:
|
openwebui:
|
||||||
image: ghcr.io/open-webui/open-webui:main
|
image: ghcr.io/open-webui/open-webui:main
|
||||||
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3000:8080"
|
- "${OPEN_WEB_UI_PORT}:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/open-webui:/app/backend/data
|
- ${OPEN_WEB_UI_DATA}:/app/backend/data
|
||||||
|
environment:
|
||||||
|
- OLLAMA_BASE_URL=${OPEN_WEB_UI_COMPUTE}
|
||||||
|
- WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY}
|
||||||
|
|||||||
Reference in New Issue
Block a user