First version
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
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
|
||||
depends_on:
|
||||
- ollama
|
||||
|
||||
volumes:
|
||||
openwebui_data:
|
||||
Reference in New Issue
Block a user