DockerPrograms/OpenWebUI/compose.yml
2024-08-14 04:51:20 +00:00

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'