Skip to content

Commit e93d894

Browse files
committed
chore: release v2.5.3
1 parent 081f358 commit e93d894

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,14 @@ services:
4141
- redis
4242

4343
cmdb-api:
44-
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-api:2.5.2
44+
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-api:2.5.3
4545
container_name: cmdb-api
4646
env_file:
4747
- .env
4848
environment:
4949
TZ: Asia/Shanghai
5050
WAIT_HOSTS: cmdb-db:3306, cmdb-cache:6379
51+
SYSTEM_DEFAULT_LANGUAGE: # en-US, zh-CN
5152
depends_on:
5253
cmdb-db:
5354
condition: service_healthy
@@ -84,7 +85,7 @@ services:
8485
test: "ps aux|grep -v grep|grep -v '1 root'|grep gunicorn || exit 1"
8586

8687
cmdb-ui:
87-
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-ui:2.5.2
88+
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-ui:2.5.3
8889
container_name: cmdb-ui
8990
depends_on:
9091
cmdb-api:

0 commit comments

Comments
 (0)