mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-02-04 05:07:09 +01:00
Merge branch 'master' into docker-helm
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
[supervisord]
|
[supervisord]
|
||||||
nodaemon=true
|
nodaemon=true
|
||||||
user=invoiceninja
|
|
||||||
pidfile=/tmp/supervisord.pid
|
pidfile=/tmp/supervisord.pid
|
||||||
logfile=/dev/null ; nodaemon will cause logs to go to stdout
|
logfile=/dev/null ; nodaemon will cause logs to go to stdout
|
||||||
logfile_maxbytes=0
|
logfile_maxbytes=0
|
||||||
@@ -32,7 +31,7 @@ stdout_logfile_maxbytes=0
|
|||||||
stderr_logfile=/dev/stderr
|
stderr_logfile=/dev/stderr
|
||||||
stderr_logfile_maxbytes=0
|
stderr_logfile_maxbytes=0
|
||||||
numprocs=2
|
numprocs=2
|
||||||
command=php artisan queue:work --sleep=3 --tries=3 --memory=256
|
command=php artisan queue:work --sleep=3 --tries=1 --memory=256 --timeout=3600
|
||||||
|
|
||||||
[eventlistener:shutdown]
|
[eventlistener:shutdown]
|
||||||
command=/shutdown.sh
|
command=/shutdown.sh
|
||||||
@@ -41,3 +40,4 @@ stdout_logfile=/dev/stdout
|
|||||||
stdout_logfile_maxbytes=0
|
stdout_logfile_maxbytes=0
|
||||||
stderr_logfile=/dev/stderr
|
stderr_logfile=/dev/stderr
|
||||||
stderr_logfile_maxbytes=0
|
stderr_logfile_maxbytes=0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user