[supervisord] nodaemon=true [program:php] command=docker-php-entrypoint php-fpm autostart=true autorestart=true stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 [program:nginx] command=nginx -g 'daemon off;' autostart=true autorestart=true stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 [program:crond] command=crond -f user=root autostart=true autorestart=true stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 [program:queue-worker] process_name=%(program_name)s_%(process_num)02d command=/usr/local/bin/php /var/www/artisan queue:work --sleep=%(ENV_QUEUE_WORKER_SLEEP)s --tries=%(ENV_QUEUE_WORKER_TRIES)s user=root autostart=true autorestart=true numprocs=%(ENV_QUEUE_WORKER_NUM)s stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0