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