services: # Begin open-webui open-webui: image: ghcr.io/open-webui/open-webui:main ports: - 8080:8080 environment: OLLAMA_BASE_URL: http://host.docker.internal:11434 WEBUI_AUTH: "False" no_proxy: localhost,127.0.0.1,.docker.internal NO_PROXY: localhost,127.0.0.1,.docker.internal extra_hosts: - host.docker.internal:host-gateway volumes: - open-webui_data:/app/backend/data volumes: open-webui_data: