1 Star 0 Fork 0

落雨想念/k8sDashboard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
supervisord.conf 428 Bytes
一键复制 编辑 原始数据 按行查看 历史
[program:uwsgi]
command=/usr/local/bin/uwsgi --ini /opt/k8sDashboard/uwsgi.ini
directory=/opt/k8sDashboard
autostart = true
autorestart=true
redirect_stderr=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
[program:uwsgi]
command=/usr/local/bin/daphne k8sDashboard.asgi:application
directory=/opt/k8sDashboard
autostart = true
autorestart=true
redirect_stderr=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/wgy.cn/k8sDashboard.git
git@gitee.com:wgy.cn/k8sDashboard.git
wgy.cn
k8sDashboard
k8sDashboard
master

搜索帮助