Open WebUI
Quick start: https://docs.openwebui.com/getting-started/quick-start.
This service deploys Open WebUI, a web-based interface for LLMs.
Services
openwebui: The Open WebUI service.
Configuration
GHCR_IO_REGISTRY: The registry prefix for the Open WebUI image, default isghcr.io.OPEN_WEBUI_VERSION: The version of the Open WebUI image, default ismain.TZ: The timezone for the container, default isUTC.OPEN_WEBUI_PORT_OVERRIDE: The host port for Open WebUI, default is8080.OPEN_WEBUI_CPU_LIMIT: The CPU limit for the Open WebUI service, default is1.OPEN_WEBUI_MEMORY_LIMIT: The memory limit for the Open WebUI service, default is1024M.OPEN_WEBUI_CPU_RESERVATION: The CPU reservation for the Open WebUI service, default is0.5.OPEN_WEBUI_MEMORY_RESERVATION: The memory reservation for the Open WebUI service, default is512M.
Volumes
open_webui_data: A volume for storing Open WebUI data.