passage siam.nicolasboyer.com
This commit is contained in:
8
.env.example
Normal file
8
.env.example
Normal 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
|
||||||
@ -35,8 +35,8 @@ services:
|
|||||||
container_name: open-webui
|
container_name: open-webui
|
||||||
environment:
|
environment:
|
||||||
- OLLAMA_BASE_URL=http://ollama:11434
|
- OLLAMA_BASE_URL=http://ollama:11434
|
||||||
- WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY:-supersecretkey}
|
- WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY}
|
||||||
- WEBUI_URL=http://93.108.34.236
|
- WEBUI_URL=${WEBUI_URL}
|
||||||
- ENABLE_WEBSOCKETS=True
|
- ENABLE_WEBSOCKETS=True
|
||||||
volumes:
|
volumes:
|
||||||
- webui_data:/app/backend/data
|
- webui_data:/app/backend/data
|
||||||
|
|||||||
Reference in New Issue
Block a user