mirror of
https://github.com/open-webui/pipelines
synced 2025-05-09 23:20:42 +00:00
19 lines
411 B
YAML
19 lines
411 B
YAML
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: {} |