updated scripts

This commit is contained in:
Masoud Baharlouei
2025-07-08 10:14:41 +02:00
parent 1efc465172
commit 7846372ee7
5 changed files with 128 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
name: obwi-with-ollama
services:
open-webui:
ports:
- 3034:8080
volumes:
- ./ollama:/root/.ollama
- ./open-webui:/app/backend/data
container_name: open-webui
restart: always
image: ghcr.io/open-webui/open-webui:ollama
volumes:
ollama:
external: true
name: ollama
open-webui:
external: true
name: open-webui