文件名称:Android代码-flow-platform
文件大小:1.05MB
文件格式:ZIP
更新时间:2022-08-26 00:27:56
Android代码
flow-platform 'flow-platform' is a backend project for flow.ci, it consist three main sub projects: api: control-center: to handle agent status and dispatch task to agent agent: running in the any where to receive task from control center Getting Start Start with docker 首先 Docker pull flowci/flow-platform , 把对应的镜像拉下来 > 环境变量的设置: > > - FLOW_API_DOMAIN:部署的后端 API 域名地址 必填 > - FLOW_WEB_DOMAIN:部署的前端 Web 页面的域名地址 必填 > - FLOW_SYS_EMAIL:flowci 系统管理员账号 必填 > - FLOW_SYS_USERNAME:flowci 系统管理员的用户名 必填 > -