Skip to content

Commit 03fdf5c

Browse files
committed
chore: release v2.4.14
1 parent f277cf0 commit 03fdf5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)