add example in docker-compose, clarify README, add clearer validation, longer timeouts for websocket connections
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user