3 Star 0 Fork 0

Yipper0915/Blueking_demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app_desc.yaml 431 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yipper0915 提交于 2023-05-23 00:56 . task3test6
spec_version: 2
module:
language: Python
scripts:
pre_release_hook: "python manage.py migrate --no-input"
processes:
web:
command: gunicorn wsgi -w 4 -b :$PORT --access-logfile - --error-logfile - --access-logformat '[%(h)s] %({request_id}i)s %(u)s %(t)s "%(r)s" %(s)s %(D)s %(b)s "%(f)s" "%(a)s"'
worker:
command: celery worker -A config -l info
beat:
command: celery beat -A config -l info
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/Yipper0915/blueking_demo.git
git@gitee.com:Yipper0915/blueking_demo.git
Yipper0915
blueking_demo
Blueking_demo
master

搜索帮助