Add supervisord configuration for Laravel and Reverb

This commit is contained in:
Fernando
2026-05-02 21:35:28 -06:00
committed by GitHub
parent 8c9329cd10
commit 0d6e0d7a9f
+12
View File
@@ -0,0 +1,12 @@
[supervisord]
nodaemon=true
[program:laravel]
command=php /app/artisan serve --host=0.0.0.0 --port=8080
autostart=true
autorestart=true
[program:reverb]
command=php /app/artisan reverb:start --host=0.0.0.0 --port=8085
autostart=true
autorestart=true