]> jfr.im git - uguu.git/blob - docker/supervisord.conf
fix
[uguu.git] / docker / supervisord.conf
1 [supervisord]
2 nodaemon=true
3 logfile=/dev/null
4 logfile_maxbytes=0
5 pidfile=/run/supervisord.pid
6
7 [program:php-fpm]
8 command=php-fpm8 -F
9 stdout_logfile=/dev/stdout
10 stdout_logfile_maxbytes=0
11 stderr_logfile=/dev/stderr
12 stderr_logfile_maxbytes=0
13 autorestart=false
14 startretries=0
15
16 [program:nginx]
17 command=nginx -g 'daemon off;'
18 stdout_logfile=/dev/stdout
19 stdout_logfile_maxbytes=0
20 stderr_logfile=/dev/stderr
21 stderr_logfile_maxbytes=0
22 autorestart=false
23 startretries=0
24
25 [program:crond]
26 command=crond -b
27 stdout_logfile=/dev/stdout
28 stdout_logfile_maxbytes=0
29 stderr_logfile=/dev/stderr
30 stderr_logfile_maxbytes=0
31 autorestart=false
32 startretries=0