Files
compose-anything/src/open-webui/.env.example
T
2026-05-14 16:22:07 +08:00

27 lines
587 B
Bash

# 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_OVERRIDE=8080
# Resource Limits
OPEN_WEBUI_CPU_LIMIT=1.0
OPEN_WEBUI_MEMORY_LIMIT=1024M
OPEN_WEBUI_CPU_RESERVATION=0.1
OPEN_WEBUI_MEMORY_RESERVATION=512M
# OpenAI API Configuration (optional)
# OPENAI_API_BASE_URL=https://api.openai.com/v1
# OPENAI_API_KEY=
# Enable Ollama API integration (default: true)
# ENABLE_OLLAMA_API=true
# WebUI URL (optional, for external access configuration)
# WEBUI_URL=