13 lines
284 B
Plaintext
13 lines
284 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:laravel]
|
|
command=php -c /app/php.ini /app/artisan serve --host=0.0.0.0 --port=8080
|
|
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
|