Add WEBUI_URL and CORS_ALLOW_ORIGIN vars
This commit is contained in:
@@ -43,6 +43,8 @@ services:
|
|||||||
- "3000:8080"
|
- "3000:8080"
|
||||||
environment:
|
environment:
|
||||||
- OLLAMA_API_BASE=http://ollama:11434
|
- OLLAMA_API_BASE=http://ollama:11434
|
||||||
|
- WEBUI_URL=https://ia.sda.zone
|
||||||
|
- CORS_ALLOW_ORIGIN=https://ia.sda.zone
|
||||||
volumes:
|
volumes:
|
||||||
- openwebui_data:/app/backend/data
|
- openwebui_data:/app/backend/data
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user