mirror of
https://github.com/bitinflow/laravel-docker-k8s.git
synced 2026-03-13 21:45:51 +00:00
12 lines
284 B
Plaintext
Executable File
12 lines
284 B
Plaintext
Executable File
[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 |