Fix supervisor
All checks were successful
Push image to registry / build-image (push) Successful in 6m46s

This commit is contained in:
2025-02-20 20:00:25 +01:00
parent 51eafce03a
commit 7a03225a21
4 changed files with 16 additions and 6 deletions

View File

@ -7,6 +7,7 @@ php ./artisan migrate --force
php ./artisan optimize:clear && php ./artisan optimize
# Queue worker
supervisord --nodaemon --configuration /etc/supervisord.conf
supervisorctl start "laravel-worker:*"
# Start all of the server sumulataneously