Add new variables to env to correct acces through haproxy
This commit is contained in:
+3
-1
@@ -44,7 +44,9 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- OLLAMA_API_BASE=http://ollama:11434
|
- OLLAMA_API_BASE=http://ollama:11434
|
||||||
- WEBUI_URL=https://ia.sda.zone
|
- WEBUI_URL=https://ia.sda.zone
|
||||||
- CORS_ALLOW_ORIGIN=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
|
||||||
volumes:
|
volumes:
|
||||||
- openwebui_data:/app/backend/data
|
- openwebui_data:/app/backend/data
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user