docker/twilio-video/supervisord.conf
2019-04-23 13:35:31 -04:00

32 lines
569 B
Plaintext

[supervisord]
nodaemon=true
[program:yarn]
command=/usr/local/run_yarn.sh
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:nginx]
command=/usr/sbin/nginx -g "daemon off;"
stdout_logfile= /dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
username=nginx
autorestart=true
[program:sshd]
command=/usr/sbin/sshd -D
[inet_http_server]
port=0.0.0.0:9001
username=root
password=odinlab
[supervisorctl]
serverurl=http://127.0.0.1:9001
username=root
password=odinlab