We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081f358 commit e93d894Copy full SHA for e93d894
1 file changed
docker-compose.yml
@@ -41,13 +41,14 @@ services:
41
- redis
42
43
cmdb-api:
44
- image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-api:2.5.2
+ image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-api:2.5.3
45
container_name: cmdb-api
46
env_file:
47
- .env
48
environment:
49
TZ: Asia/Shanghai
50
WAIT_HOSTS: cmdb-db:3306, cmdb-cache:6379
51
+ SYSTEM_DEFAULT_LANGUAGE: # en-US, zh-CN
52
depends_on:
53
cmdb-db:
54
condition: service_healthy
@@ -84,7 +85,7 @@ services:
84
85
test: "ps aux|grep -v grep|grep -v '1 root'|grep gunicorn || exit 1"
86
87
cmdb-ui:
- 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
89
container_name: cmdb-ui
90
91
0 commit comments