Open WebUI
-

What is Open WebUI?
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted WebUI designed to operate entirely offline. It supports various LLM runners, including Ollama and OpenAI-compatible APIs. For more information, be sure to check out our Open WebUI Documentation.
LISCENSE
https://github.com/open-webui/open-webui/blob/main/LICENSE
Docker Composeservices: open-webui: image: ghcr.io/open-webui/open-webui:${WEBUI_DOCKER_TAG-main} container_name: open-webui volumes: - open-webui:/app/backend/data ports: - ${OPEN_WEBUI_PORT-3005}:8080 environment: - 'OLLAMA_BASE_URL=http://192.168.1.2:11434' #Ollama URL #- 'WEBUI_SECRET_KEY=' extra_hosts: - host.docker.internal:host-gateway restart: unless-stopped volumes: open-webui: {}