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