chore: update version

This commit is contained in:
Sun-ZhenXing
2026-01-06 11:21:42 +08:00
parent 5b5ffed819
commit 242ecdd53e
21 changed files with 79 additions and 40 deletions
+17 -5
View File
@@ -1,15 +1,27 @@
# Global Registry Prefix (optional)
# GHCR_IO_REGISTRY=ghcr.io
# Open WebUI Version
OPEN_WEBUI_VERSION=main
# Timezone
TZ=UTC
# Port to bind to on the host machine
OPEN_WEBUI_PORT=8080
OPEN_WEBUI_PORT_OVERRIDE=8080
# Resource Limits
OPEN_WEBUI_CPU_LIMIT=1
OPEN_WEBUI_MEMORY_LIMIT=1024M
OPEN_WEBUI_CPU_RESERVATION=0.5
OPEN_WEBUI_MEMORY_RESERVATION=512M
# OpenAI API Configuration (optional)
OPENAI_API_BASE_URL=https://api.openai.com/v1
OPENAI_API_KEY=
# OPENAI_API_BASE_URL=https://api.openai.com/v1
# OPENAI_API_KEY=
# Enable Ollama API integration (default: true)
ENABLE_OLLAMA_API=true
# ENABLE_OLLAMA_API=true
# WebUI URL (optional, for external access configuration)
WEBUI_URL=
# WEBUI_URL=