Horizon
[Finalizado Pelo Aluno]
Como posso iniciar o horizon no supervisord.conf?
[supervisord]
nodaemon=true
user=root
logfile=/var/log/supervisor/supervisord.log
pidfile=/var/run/supervisord.pid
[program:php]
#command=/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80
command=/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan octane:start --server=swoole --host=0.0.0.0 --port=80
user=sail
environment=LARAVEL_SAIL="1"
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
Olá, Sérgio!
Tudo bem?
Você pode criar mais um command e passar o comando do horizon:
command=php /var/www/html/artisan horizon
Sou iniciante, informe por gentileza como faço isto nos códigos abaixo:
[supervisord]
nodaemon=true
user=root
logfile=/var/log/supervisor/supervisord.log
pidfile=/var/run/supervisord.pid
[program:php]
#command=/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80
command=/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan octane:start --server=swoole --host=0.0.0.0 --port=80
user=sail
environment=LARAVEL_SAIL="1"
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
Fala ae Sergio!
Basta incluir uma nova linha, logo abaixo do command já existe, ficando assim:
command=/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan octane:start --server=swoole --host=0.0.0.0 --port=80
command=php /var/www/html/artisan horizon
Após isso reinicie os serviços (containers Docker), e pronto! =D
Obrigado Carlos. A dúvida é muito simples viu. De iniciante mesmo.
Precisa estar logado para conseguir responder a este ticket!
Clique Aqui Para Entrar!