Added Scheduling
All checks were successful
Push image to registry / build-image (push) Successful in 4m20s

This commit is contained in:
2025-02-07 14:02:42 +01:00
parent 8d1e0474c4
commit 63490c136e
22 changed files with 126 additions and 437 deletions

View File

@ -3,5 +3,9 @@
# Migrate the database
php ./artisan migrate --force
# Queue worker
php ./artisan queue:work --queue=high,default --tries=3 --timeout=90 --sleep=3 --daemon --no-interaction &
# Start all of the server sumulataneously
php ./artisan serve --no-interaction -vvv --port=80 --host=0.0.0.0