passage siam.nicolasboyer.com

This commit is contained in:
2026-03-03 13:43:20 +01:00
parent c6087ccc80
commit eb78df8671
2 changed files with 10 additions and 2 deletions

8
.env.example Normal file
View File

@ -0,0 +1,8 @@
# Clé secrète Open WebUI (générer avec: openssl rand -hex 32)
WEBUI_SECRET_KEY=your_secret_key_here
# IP publique de ta VM Vast.ai (change à chaque nouvelle instance)
WEBUI_URL=http://YOUR_VAST_AI_IP
# Token du tunnel Cloudflare
CF_TUNNEL_TOKEN=your_cloudflare_tunnel_token

View File

@ -35,8 +35,8 @@ services:
container_name: open-webui
environment:
- OLLAMA_BASE_URL=http://ollama:11434
- WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY:-supersecretkey}
- WEBUI_URL=http://93.108.34.236
- WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY}
- WEBUI_URL=${WEBUI_URL}
- ENABLE_WEBSOCKETS=True
volumes:
- webui_data:/app/backend/data