mirror of
https://github.com/veops/cmdb.git
synced 2025-08-25 17:25:38 +08:00
chore: release v2.5.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
cmdb-db:
|
cmdb-db:
|
||||||
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-db:2.3
|
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-db:2.5
|
||||||
container_name: cmdb-db
|
container_name: cmdb-db
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
@@ -24,7 +24,7 @@ services:
|
|||||||
- '23306:3306'
|
- '23306:3306'
|
||||||
|
|
||||||
cmdb-cache:
|
cmdb-cache:
|
||||||
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-cache:2.3
|
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-cache:2.5
|
||||||
container_name: cmdb-cache
|
container_name: cmdb-cache
|
||||||
environment:
|
environment:
|
||||||
TZ: Asia/Shanghai
|
TZ: Asia/Shanghai
|
||||||
@@ -41,7 +41,7 @@ services:
|
|||||||
- redis
|
- redis
|
||||||
|
|
||||||
cmdb-api:
|
cmdb-api:
|
||||||
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-api:2.5.1
|
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-api:2.5.2
|
||||||
container_name: cmdb-api
|
container_name: cmdb-api
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
@@ -84,7 +84,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.1
|
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-ui:2.5.2
|
||||||
container_name: cmdb-ui
|
container_name: cmdb-ui
|
||||||
depends_on:
|
depends_on:
|
||||||
cmdb-api:
|
cmdb-api:
|
||||||
|
@@ -48,7 +48,7 @@ max_connections=1000
|
|||||||
slow_query_log = ON
|
slow_query_log = ON
|
||||||
slow_query_log_file = /tmp/mysql_slow.log
|
slow_query_log_file = /tmp/mysql_slow.log
|
||||||
long_query_time = 1
|
long_query_time = 1
|
||||||
sql_mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
|
sql_mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION"
|
||||||
#log-error = /var/log/mysql/error.log
|
#log-error = /var/log/mysql/error.log
|
||||||
# By default we only accept connections from localhost
|
# By default we only accept connections from localhost
|
||||||
#bind-address = 127.0.0.1
|
#bind-address = 127.0.0.1
|
||||||
|
Reference in New Issue
Block a user