代码拉取完成,页面将自动刷新
[unix_http_server]
file=/tmp/supervisor.sock ; path to your socket file
[supervisord]
logfile=/var/log/supervisord.log ; supervisord log file
logfile_maxbytes=50MB ; maximum size of logfile before rotation
logfile_backups=10 ; number of backed up logfiles
loglevel=error ; info, debug, warn, trace
pidfile=/var/run/supervisord.pid ; pidfile location
nodaemon=true ; run supervisord as a daemon
minfds=1024 ; number of startup file descriptors
minprocs=200 ; number of process descriptors
user=root ; default user
childlogdir=/var/log/ ; where child log files will live
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
[supervisorctl]
serverurl=unix:///tmp/supervisor.sock ; use a unix:// URL for a unix socket
[program:nginx]
command=nginx -g 'daemon off;'
autostart=true
autorestart=true
redirect_stderr=true
priority=1
[program:backend]
command=gunicorn devops_backend.wsgi -b 0.0.0.0:8080 -t 60 --thread 20
directory=/app/devops-backend
autostart=true
autorestart=true
startsecs=3
priority=1
stopasgroup=true
killasgroup=true
stderr_logfile=/dev/sederr
stderr_logfile_maxbytes=0
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
[program:websocket]
command=daphne devops_backend.asgi:application -b 0.0.0.0 -p 8081
directory=/app/devops-backend
autostart=true
autorestart=true
startsecs=3
priority=1
stopasgroup=true
killasgroup=true
stderr_logfile=/dev/sederr
stderr_logfile_maxbytes=0
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
[program:qtask]
command=python manage.py qcluster
directory=/app/devops-backend
autostart=true
autorestart=true
startsecs=3
priority=1
stopasgroup=true
killasgroup=true
stderr_logfile=/dev/sederr
stderr_logfile_maxbytes=0
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
[program:celery]
command=./celery.sh
directory=/app/devops-backend
autostart=true
autorestart=true
startsecs=3
priority=1
stopasgroup=true
killasgroup=true
stderr_logfile=/dev/sederr
stderr_logfile_maxbytes=0
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。