This commit is contained in:
2025-07-02 00:07:13 -07:00
commit 3163ecc94c
162 changed files with 403 additions and 0 deletions

View File

@ -0,0 +1,11 @@
services:
open_webui:
container_name: open_webui
image: ghcr.io/open-webui/open-webui:main
restart: always
ports:
- "3000:8080/tcp"
environment:
OLLAMA_BASE_URL: "http://10.100.1.10:11434"
volumes:
- "./data:/app/backend/data"