PHP Classes

File: deploy/supervisord.conf

Recommend this page to a friend!
  Classes of Nahidul Hasan   Laravel Docker Kubernetes   deploy/supervisord.conf   Download  
File: deploy/supervisord.conf
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Docker Kubernetes
Run a Laravel project using Docker and Kubernetes
Author: By
Last change:
Date: 2 years ago
Size: 284 bytes
 

Contents

Class file image Download
[supervisord] nodaemon=true [program:find-driver-worker] process_name=%(program_name)s_%(process_num)02d command=php /var/www/html/artisan queue:listen autostart=true autorestart=true user=www-data numprocs=20 redirect_stderr=true stdout_logfile=/var/www/html/storage/logs/worker.log