[supervisord] nodaemon=true pidfile=/etc/supervisor/supervisord.pid logfile=/etc/supervisor/supervisord.log [program:octane] command=/usr/local/bin/php /app/artisan octane:start --port 2308 --host 0.0.0.0 autostart=true autorestart=true stdout_logfile=/dev/fd/1 stdout_logfile_maxbytes=0 redirect_stderr=true startretries=999999999 [program:horizon] command=/usr/local/bin/php /app/artisan horizon autostart=true autorestart=true stdout_logfile=/dev/fd/1 stdout_logfile_maxbytes=0 redirect_stderr=true startretries=999999999 [program:supercronic] command=/usr/local/bin/supercronic /etc/crontab autostart=true autorestart=true stdout_logfile=/dev/null stdout_logfile_maxbytes=0 redirect_stderr=true