Remove OpenWebUi

This commit is contained in:
2026-07-08 19:10:01 +02:00
parent 841c51617d
commit fa60c34321
-19
View File
@@ -35,24 +35,5 @@ services:
depends_on: depends_on:
- ollama - ollama
openwebui:
image: ghcr.io/open-webui/open-webui:main
container_name: openwebui
restart: unless-stopped
ports:
- "3000:8080"
environment:
- OLLAMA_API_BASE=http://ollama:11434
- WEBUI_URL=https://ia.sda.zone
- CORS_ALLOW_ORIGIN=https://ia.sda.zone;http://ia.maison;http://pdocker4.maison:3000
- WEBUI_SESSION_COOKIE_SECURE=true
- WEBUI_AUTH_COOKIE_SECURE=true
- GLOBAL_LOG_LEVEL=INFO
volumes:
- openwebui_data:/app/backend/data
depends_on:
- ollama
volumes: volumes:
ollama_data: ollama_data:
openwebui_data: