14 lines
272 B
YAML
14 lines
272 B
YAML
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'
|
|
|
|
|