🌐 Network Fix: - Change localhost to 127.0.0.1 for all health check URLs - Prevents IPv6 resolution issues in CI environment - Ensures consistent IPv4 connectivity to container 🔍 Debugging Improvements: - Check if container is running with docker ps - Show recent container logs before health checks - Better troubleshooting information for failures 📋 Updated Endpoints: - http://127.0.0.1:8080/health - http://127.0.0.1:8080/docs - http://127.0.0.1:8080/stations - http://127.0.0.1:8080/metrics ✅ Should resolve curl connection failures to localhost