mirror of https://github.com/veops/cmdb.git
release: v2.3.5
This commit is contained in:
parent
40b9bec122
commit
4cbf70e756
|
@ -21,9 +21,9 @@
|
|||
|
||||
### 相关文档
|
||||
|
||||
- <a href="https://zhuanlan.zhihu.com/p/98453732" target="_blank">设计文档</a>
|
||||
- <a href="https://mp.weixin.qq.com/s/v3eANth64UBW5xdyOkK3tg" target="_blank">概要设计</a>
|
||||
- <a href="https://github.com/veops/cmdb/tree/master/docs/cmdb_api.md" target="_blank">API 文档</a>
|
||||
- <a href="https://mp.weixin.qq.com/s/EflmmJ-qdUkddTx2hRt3pA" target="_blank">树形视图实践</a>
|
||||
- <a href="https://mp.weixin.qq.com/s/rQaf4AES7YJsyNQG_MKOLg" target="_blank">自动发现</a>
|
||||
|
||||
### 特点
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
|||
- 多应用
|
||||
1. 丰富视图展示维度
|
||||
2. 提供 Restful API
|
||||
3. 自定义字段触发器
|
||||
3. 支持定义属性触发器、计算属性
|
||||
|
||||
### 主要功能
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ services:
|
|||
- redis
|
||||
|
||||
cmdb-api:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-api:2.3.4
|
||||
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-api:2.3.5
|
||||
# build:
|
||||
# context: .
|
||||
# target: cmdb-api
|
||||
|
@ -45,6 +45,7 @@ services:
|
|||
sed -i "s#USE_ACL = False#USE_ACL = True#g" settings.py
|
||||
/wait
|
||||
flask db-setup
|
||||
flask common-check-new-columns
|
||||
gunicorn --workers=3 autoapp:app -b 0.0.0.0:5000 -D
|
||||
flask cmdb-init-cache
|
||||
flask cmdb-init-acl
|
||||
|
@ -62,7 +63,7 @@ services:
|
|||
- cmdb-api
|
||||
|
||||
cmdb-ui:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-ui:2.3.4
|
||||
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-ui:2.3.5
|
||||
# build:
|
||||
# context: .
|
||||
# target: cmdb-ui
|
||||
|
|
Loading…
Reference in New Issue