From a31f807da8c24523cd0bd75033d66bec88441310 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Sat, 25 Jan 2025 20:49:24 -0600 Subject: [PATCH] wip --- docker/supervisord.conf | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docker/supervisord.conf b/docker/supervisord.conf index 782e396..2dcec30 100644 --- a/docker/supervisord.conf +++ b/docker/supervisord.conf @@ -8,35 +8,23 @@ command=nginx -g 'daemon off;' autostart=true autorestart=true user=www-data -redirect_stderr=true -stdout_logfile=/dev/stdout -stderr_logfile=/dev/stderr [program:php] command=php-fpm -F autostart=true autorestart=true user=www-data -redirect_stderr=true -stdout_logfile=/dev/stdout -stderr_logfile=/dev/stderr [program:scheduler] command=php artisan schedule:work autorestart=true user=www-data -redirect_stderr=true -stdout_logfile=/dev/stdout -stderr_logfile=/dev/stderr [program:queue-worker] command=php artisan queue:work --sleep=3 --tries=1 --memory=256 --timeout=3600 process_name=%(program_name)s_%(process_num)02d autorestart=true user=www-data -redirect_stderr=true -stdout_logfile=/dev/stdout -stderr_logfile=/dev/stderr numprocs=2 [supervisorctl] \ No newline at end of file