File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ services:
4141 - redis
4242
4343 cmdb-api :
44- image : registry.cn-hangzhou.aliyuncs.com/veops/cmdb-api:2.4.13
44+ image : registry.cn-hangzhou.aliyuncs.com/veops/cmdb-api:2.4.14
4545 container_name : cmdb-api
4646 env_file :
4747 - .env
@@ -71,7 +71,7 @@ services:
7171 flask cmdb-init-acl
7272 flask init-import-user-from-acl
7373 flask init-department
74- flask cmdb-patch -v 2.4.13
74+ nohup flask cmdb-patch -v 2.4.14 &
7575 flask cmdb-counter > counter.log 2>&1
7676 networks :
7777 new :
@@ -84,7 +84,7 @@ services:
8484 test : " ps aux|grep -v grep|grep -v '1 root'|grep gunicorn || exit 1"
8585
8686 cmdb-ui :
87- image : registry.cn-hangzhou.aliyuncs.com/veops/cmdb-ui:2.4.13
87+ image : registry.cn-hangzhou.aliyuncs.com/veops/cmdb-ui:2.4.14
8888 container_name : cmdb-ui
8989 depends_on :
9090 cmdb-api :
You can’t perform that action at this time.
0 commit comments