Files
DockerConfigs/docker-compose.d/Tools/open-webui.yml
2024-11-15 19:47:19 -06:00

16 lines
314 B
YAML

services:
open-webui:
container_name: open-webui
image: ghcr.io/open-webui/open-webui:main
restart: unless-stopped
environment:
- OLLAMA_BASE_URL=http://poslop-w:11434
ports:
- 3636:8080
volumes:
- open-webui:/app/backend/data
volumes:
open-webui:
external: true