mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-21 14:44:00 +03:00
Compare commits
1 Commits
docker/opc
...
docker/log
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9ecb47ba16 |
@@ -25,11 +25,20 @@ password=dummy
|
|||||||
command=/usr/local/sbin/php-fpm -F
|
command=/usr/local/sbin/php-fpm -F
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
|
stdout_logfile=/dev/fd/1
|
||||||
|
stdout_logfile_maxbytes=0
|
||||||
|
redirect_stderr=true
|
||||||
|
|
||||||
[program:queue-worker]
|
[program:queue-worker]
|
||||||
command=/usr/local/bin/php /var/www/html/artisan queue:work --tries=3
|
command=/usr/local/bin/php /var/www/html/artisan queue:work --tries=3 --max-time=3600
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
|
; give running jobs time to finish on shutdown instead of killing them
|
||||||
|
; after supervisord's 10 second default
|
||||||
|
stopwaitsecs=3600
|
||||||
|
stdout_logfile=/dev/fd/1
|
||||||
|
stdout_logfile_maxbytes=0
|
||||||
|
redirect_stderr=true
|
||||||
|
|
||||||
[program:caddy]
|
[program:caddy]
|
||||||
command=caddy run --config /etc/caddy/Caddyfile --adapter caddyfile
|
command=caddy run --config /etc/caddy/Caddyfile --adapter caddyfile
|
||||||
@@ -44,4 +53,6 @@ redirect_stderr=true
|
|||||||
command=supercronic -overlapping /etc/crontabs/crontab
|
command=supercronic -overlapping /etc/crontabs/crontab
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
|
stdout_logfile=/dev/fd/1
|
||||||
|
stdout_logfile_maxbytes=0
|
||||||
redirect_stderr=true
|
redirect_stderr=true
|
||||||
|
|||||||
Reference in New Issue
Block a user