services: open-webui: build: context: . dockerfile: Dockerfile image: open-webui:latest container_name: open-webuii restart: always ports: - "3000:8080" environment: - ENV=production - WEBUI_AUTH=false - OPENAI_API_BASE_URL=https://api.deepinfra.com/v1/openai - OPENAI_API_KEY=Qkg36ZyeOllw5Y7ARp3Xr7Gmq8JmR13B volumes: - open-webui:/app/backend/data volumes: open-webui: