## Description For Docker deployments and monitoring, add a simple health check. ## Tasks - [ ] HTTP health endpoint (e.g., /health on configurable port) - [ ] Reports: bot connected, DB accessible, uptime, active sessions count - [ ] Docker HEALTHCHECK in Dockerfile - [ ] Optional: Telegram admin command /status for bot owner
Description
For Docker deployments and monitoring, add a simple health check.
Tasks