many changes

This commit is contained in:
2025-02-13 22:40:44 +00:00
parent 867375b286
commit 80d39a13a6
15 changed files with 366 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
services:
openwebui:
image: ghcr.io/open-webui/open-webui:0.5.10
image: ghcr.io/open-webui/open-webui:0.5.11
container_name: open-webui
restart: always
environment:
@@ -13,6 +13,7 @@ services:
- 'OAUTH_CLIENT_SECRET=7DvwzbhHEElZLoZjEcHOtpwIU2IxhyNPv5sGmdOnJvvaMxQVQTgbaP6OAcEKTGLtUvIzgh8c8juvTYsrOkdp2WXCLNTrM2ZQP3UhHTBjESRU1yZK4MaVG46jnLj9Aaks'
- 'OAUTH_SCOPES=openid email profile'
- 'OPENID_REDIRECT_URI=https://ai.home.thoster.net/oauth/oidc/callback'
- 'GLOBAL_LOG_LEVEL=DEBUG'
volumes:
- ./data:/app/backend/data
ports: