Commit Graph

1 Commits

Author SHA1 Message Date
Matt f04e93ddb4 Fix container health checks and expose services externally
- Replace artisan-based health check with php-fpm process check
- Change port bindings from localhost to all interfaces (0.0.0.0)
- Add restart policies to ensure service availability
- Extend API startup period from 60s to 90s
- Add comprehensive restart instructions and troubleshooting guide

This allows external access to the application and improves container
reliability by fixing health check failures.
2025-06-05 18:00:12 +02:00