mirror of
https://github.com/veops/cmdb.git
synced 2025-08-25 22:48:08 +08:00
chore: release v2.5.3
This commit is contained in:
@@ -41,13 +41,14 @@ services:
|
|||||||
- redis
|
- redis
|
||||||
|
|
||||||
cmdb-api:
|
cmdb-api:
|
||||||
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-api:2.5.2
|
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-api:2.5.3
|
||||||
container_name: cmdb-api
|
container_name: cmdb-api
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
TZ: Asia/Shanghai
|
TZ: Asia/Shanghai
|
||||||
WAIT_HOSTS: cmdb-db:3306, cmdb-cache:6379
|
WAIT_HOSTS: cmdb-db:3306, cmdb-cache:6379
|
||||||
|
SYSTEM_DEFAULT_LANGUAGE: # en-US, zh-CN
|
||||||
depends_on:
|
depends_on:
|
||||||
cmdb-db:
|
cmdb-db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
@@ -84,7 +85,7 @@ services:
|
|||||||
test: "ps aux|grep -v grep|grep -v '1 root'|grep gunicorn || exit 1"
|
test: "ps aux|grep -v grep|grep -v '1 root'|grep gunicorn || exit 1"
|
||||||
|
|
||||||
cmdb-ui:
|
cmdb-ui:
|
||||||
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-ui:2.5.2
|
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-ui:2.5.3
|
||||||
container_name: cmdb-ui
|
container_name: cmdb-ui
|
||||||
depends_on:
|
depends_on:
|
||||||
cmdb-api:
|
cmdb-api:
|
||||||
|
Reference in New Issue
Block a user