mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2026-01-28 20:09:44 +01:00
Compare commits
6 Commits
239d03cf33
...
ada9ea87e3
| Author | SHA1 | Date | |
|---|---|---|---|
| ada9ea87e3 | |||
| 0aeb48ed76 | |||
| 87c552f810 | |||
| 9ead94bcee | |||
| 8965ce1e13 | |||
| 68381f0537 |
@@ -9,11 +9,29 @@ services:
|
||||
volumes:
|
||||
- models:/root/.ollama
|
||||
environment:
|
||||
- HSA_OVERRIDE_GFX_VERSION=11.0.0
|
||||
- HSA_OVERRIDE_GFX_VERSION=10.3.0
|
||||
ports:
|
||||
- "11434:11434"
|
||||
dns:
|
||||
- "8.8.8.8"
|
||||
|
||||
openwebui:
|
||||
image: ghcr.io/open-webui/open-webui:main
|
||||
ports:
|
||||
- "3004:8080"
|
||||
volumes:
|
||||
- open-webui:/app/backend/data
|
||||
environment:
|
||||
- OAUTH_CLIENT_ID=00064iMSupbqgHwpL7f0k27BpKZ6JUDcdKOYFtRM
|
||||
- OAUTH_CLIENT_SECRET=A8Hlk2kKjfU1WTIOxKejOrPxpji9hmg5kVEMXF03Z4ptokEkBComXrBfxkQbDUHMzbp1W5y3uulIxZ2K1VlRcQC7x28yMnYryHmUatcACFHNAKKJuN6HHnZXQSZsi0se
|
||||
- OAUTH_PROVIDER_NAME=authentik
|
||||
- OPENID_PROVIDER_URL=https://auth.sectorq.eu/application/o/openwebui/.well-known/openid-configuration
|
||||
- OPENID_REDIRECT_URI=https://openwebui.sectorq.eu/oauth/oidc/callback
|
||||
- WEBUI_URL=https://openwebui.sectorq.eu
|
||||
# Allows auto-creation of new users using OAuth. Must be paired with ENABLE_LOGIN_FORM=false.
|
||||
- ENABLE_OAUTH_SIGNUP=true
|
||||
# Disables user/password login form. Required when ENABLE_OAUTH_SIGNUP=true.
|
||||
- ENABLE_LOGIN_FORM=false
|
||||
- OAUTH_MERGE_ACCOUNTS_BY_EMAIL=true
|
||||
volumes:
|
||||
open-webui:
|
||||
models:
|
||||
Reference in New Issue
Block a user