Add Open WebUI swarm service

This commit is contained in:
2026-06-10 13:14:18 -04:00
parent aa74ef0a36
commit 2d0e197108
2 changed files with 34 additions and 0 deletions

View File

@@ -10,3 +10,11 @@ VLM_CORE_NUM=3
VLM_MAX_NEW_TOKENS=256
VLM_MAX_CONTEXT_LEN=4096
VLM_TIMEOUT_SEC=300
OPEN_WEBUI_IMAGE=ghcr.io/open-webui/open-webui:main
OPEN_WEBUI_PORT=3000
OPEN_WEBUI_NODE_HOSTNAME=tpi-n2
OPEN_WEBUI_NAME=Swarm AI
OPEN_WEBUI_SECRET_KEY=change-me-to-a-long-random-secret
OPEN_WEBUI_URL=
OPEN_WEBUI_ENABLE_SIGNUP=true