Common commands
Update to the latest code
After updating, run
docker compose build client and docker compose up -d if you changed any environment variables. The client image must be rebuilt when NEXT_PUBLIC_SOCKET_URL changes. See Build-Time URL Caveat.Health endpoints
The signaling server exposes two health endpoints you can use in load balancers or uptime monitors:| Endpoint | Purpose | Response |
|---|---|---|
GET /health | Liveness check | { "status": "healthy", "uptime": <seconds> } |
GET / | Status and version info | { "status": "ok", "timestamp": "..." } |