19 lines
549 B
YAML
19 lines
549 B
YAML
services:
|
|
openwebui:
|
|
image: ghcr.io/open-webui/open-webui:main
|
|
container_name: openwebui
|
|
restart: unless-stopped
|
|
ports:
|
|
- "3000:8080"
|
|
environment:
|
|
- OLLAMA_API_BASE=http://pdocker4.maison:11434
|
|
- WEBUI_URL=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
|
|
- GLOBAL_LOG_LEVEL=INFO
|
|
volumes:
|
|
- openwebui_data:/app/backend/data
|
|
|
|
volumes:
|
|
openwebui_data: |