Clean: keep only compose config

This commit is contained in:
2026-05-30 12:07:07 +00:00
commit d26c866064
2 changed files with 29 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
services:
open-webui:
image: ghcr.io/open-webui/open-webui:main
restart: always
ports:
- "127.0.0.1:8091:8080"
volumes:
- openwebui_data:/app/backend/data
environment:
- OLLAMA_BASE_URL=http://host.docker.internal:11434
- WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY}
labels:
- "traefik.enable=true"
- "traefik.http.routers.openwebui.rule=Host(`ai.kzbrd.ru`)"
- "traefik.http.routers.openwebui.entrypoints=websecure"
- "traefik.http.routers.openwebui.tls=true"
- "traefik.http.routers.openwebui.tls.certresolver=myresolver"
volumes:
openwebui_data: