docker-laravel/scripts
Fabian @ Blax Software 9cb3ae5bce fix(docker): queue/scheduler/horizon resilience + container HEALTHCHECK
- start-container: generous startretries + startsecs and graceful SIGTERM
  stopwaitsecs for queue/scheduler/horizon, so a transient boot failure (e.g.
  DB not ready) no longer marks a worker FATAL forever and silently drops jobs,
  and an in-flight job finishes before SIGKILL on deploy/restart.
- container-health: new HEALTHCHECK that reports UNHEALTHY when php-fpm/nginx or
  any enabled queue/scheduler/horizon worker is not RUNNING, so a dead worker
  surfaces in docker ps / orchestration instead of letting jobs pile up.
2026-06-12 15:57:59 +02:00
..
build.sh chore: use blaxsoftware/laravel as default image name, make REGISTRY optional, drop npm@latest install 2026-04-16 08:42:05 +02:00
container-health fix(docker): queue/scheduler/horizon resilience + container HEALTHCHECK 2026-06-12 15:57:59 +02:00
plug-n-pray.sh Initial commit: multi-version PHP+Nginx Docker image for Laravel 2026-04-15 09:57:37 +02:00
publish.sh I publish script 2026-04-23 11:49:01 +02:00
start-container fix(docker): queue/scheduler/horizon resilience + container HEALTHCHECK 2026-06-12 15:57:59 +02:00