official compose files

This commit is contained in:
Sooyoung Cheong
2026-02-22 19:04:33 +09:00
commit 9aadddda48
10 changed files with 413 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
services:
openwebui:
image: ghcr.io/open-webui/open-webui:main
ports:
- "3000:8080"
volumes:
- open-webui:/app/backend/data
volumes:
open-webui: