[supervisord] nodaemon=true pidfile=/etc/supervisor/supervisord.pid logfile=/etc/supervisor/supervisord.log [supervisorctl] [inet_http_server] port = 127.0.0.1:9001 [rpcinterface:supervisor] supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface [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 --workers=${OCTANE_WORKERS:-auto} --task-workers=${OCTANE_TASK_WORKERS:-0}' autostart=true autorestart=true stdout_logfile=/dev/fd/1 stdout_logfile_maxbytes=0 redirect_stderr=true startretries=999999999 [program:ssr] command=/usr/local/bin/php /app/artisan inertia:start-ssr 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:schedule] command=/usr/local/bin/php /app/artisan schedule:work --no-interaction autostart=true autorestart=true stdout_logfile=/dev/fd/1 stdout_logfile_maxbytes=0 redirect_stderr=true