docker-compose.yaml hinzugefügt

This commit is contained in:
2026-04-12 18:52:02 +02:00
parent e8a184e3a2
commit 82f1dcf4f3

11
docker-compose.yaml Normal file
View File

@@ -0,0 +1,11 @@
services:
open-webui:
image: ghcr.io/open-webui/open-webui:main
container_name: open-webui
ports:
- "3000:8080"
volumes:
- ./data:/app/backend/data
environment:
- "OLLAMA_BASE_URL=http://192.168.6.254:11434"
restart: unless-stopped