tag
Some checks failed
Build and Deploy to k3s / build-and-deploy (push) Failing after 1m22s

This commit is contained in:
Alexis Bruneteau 2025-06-05 05:52:03 +02:00
parent 18d35b0509
commit 47c7bbd6a4

View File

@ -12,7 +12,7 @@ command=/usr/sbin/nginx -g "daemon off;"
[program:queue]
directory=/var/www
command=php artisan queue:work --daemon --sleep=3 --tries=1 --timeout=120
command=php artisan queue:work --verbose --sleep=3 --tries=1 --timeout=120
autostart=true
autorestart=true
user=www-data