mirror of
https://github.com/bitinflow/laravel-docker-k8s.git
synced 2026-03-19 08:15:52 +00:00
initial commit
This commit is contained in:
12
deploy/supervisord.conf
Executable file
12
deploy/supervisord.conf
Executable file
@@ -0,0 +1,12 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user