added openwebui

This commit is contained in:
poslop
2024-11-15 19:47:19 -06:00
parent fc9802bbde
commit 7a3c868e98
3 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
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