The tenant interceptor treats /api/health as a public endpoint (tenant-query.interceptor.ts:38), but no controller implements it. The backend service also has no healthcheck in docker-compose.yml (only postgres and redis do), so orchestration can't verify backend liveness.
The tenant interceptor treats
/api/healthas a public endpoint (tenant-query.interceptor.ts:38), but no controller implements it. The backend service also has nohealthcheckin docker-compose.yml (only postgres and redis do), so orchestration can't verify backend liveness.