services: open-webui: image: ghcr.io/open-webui/open-webui:main restart: unless-stopped environment: - WEBUI_AUTH=False - OLLAMA_BASE_URL=http://10.0.0.21:11434 ports: - 4000:8080 volumes: - './open-webui:/app/backend/data'