1 Commits

Author SHA1 Message Date
Alexis Bruneteau
0ea3aa0a4e chore: Add system health check verification script
Simple bash script to verify all Docker containers are running
and all critical API endpoints are responding.

Usage: ./verify_system.sh

Checks:
- 8 Docker containers health status
- 5 API endpoints responsiveness
- Overall system readiness for testing

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-07 18:16:12 +01:00