add example in docker-compose, clarify README, add clearer validation, longer timeouts for websocket connections

This commit is contained in:
Zimeng Xiong
2025-12-01 13:27:31 -08:00
parent f9986513f8
commit f8830a8b0f
4 changed files with 25 additions and 10 deletions
+2
View File
@@ -33,6 +33,8 @@ services:
ports:
- "6767:80"
environment:
# Backend URL for nginx proxy (host:port format, no protocol)
# Override for reverse proxy setups (e.g., excalidash-backend.svc.cluster.local:8000)
- BACKEND_URL=backend:8000
depends_on:
- backend