feat: add health check endpoint and Docker health monitoring

Add a /health endpoint to the application controller and configure Docker health checks.
This enables container orchestration systems to monitor the application's liveness and readiness.
This commit is contained in:
Jp
2026-02-02 00:54:10 +08:00
parent 3dc74b6aa2
commit 39c16f5090
9 changed files with 28 additions and 2 deletions

File diff suppressed because one or more lines are too long