[supervisord] nodaemon=true pidfile=/etc/supervisor/supervisord.pid logfile=/etc/supervisor/supervisord.log [program:octane] command=/bin/sh -c 'rm -f /app/storage/logs/octane-server-state.json && /usr/local/bin/php /app/artisan octane:start --port 2308 --host 0.0.0.0 --watch --workers=2 --task-workers=1' user=worker 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 user=worker autostart=true autorestart=true stdout_logfile=/dev/fd/1 stdout_logfile_maxbytes=0 redirect_stderr=true startretries=999999999 [program:schedule] command=/usr/local/bin/php /app/artisan schedule:work --no-interaction user=worker autostart=true autorestart=true stdout_logfile=/dev/null stdout_logfile_maxbytes=0 redirect_stderr=true