chore: update version
This commit is contained in:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user