services: openwebui: image: ghcr.io/open-webui/open-webui:main ports: - "3000:8080" volumes: - open-webui:/app/backend/data pipelines: image: ghcr.io/open-webui/pipelines:main volumes: - pipelines:/app/pipelines restart: always environment: - PIPELINES_API_KEY=0p3n-w3bu! volumes: open-webui: {} pipelines: {}