feat: docker compose openwebui

This commit is contained in:
2025-02-05 21:57:12 +08:00
parent be7bf40bb9
commit fcad744044
4 changed files with 65 additions and 14 deletions
+10
View File
@@ -0,0 +1,10 @@
---
services:
openwebui:
image: ghcr.io/open-webui/open-webui:main
ports:
- "3000:8080"
volumes:
- open-webui:/app/backend/data
volumes:
open-webui: