[supervisord] nodaemon=true [program:nginx] command=nginx -g "daemon off;" autostart=true autorestart=true [program:laravel] command=php -c /app/php.ini /app/artisan serve --host=127.0.0.1 --port=8081 autostart=true autorestart=true [program:reverb] command=php -c /app/php.ini /app/artisan reverb:start --host=0.0.0.0 --port=8085 autostart=true autorestart=true