version 2.1 and update readme

This commit is contained in:
pycook 2020-02-23 20:21:13 +08:00
parent b9ef7856fe
commit 84fcbaefb6
9 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

After

Width:  |  Height:  |  Size: 496 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 318 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

After

Width:  |  Height:  |  Size: 522 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

After

Width:  |  Height:  |  Size: 469 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

View File

@ -18,7 +18,7 @@
export default {
showLocale: true,
defaultLang: 'zh-CN',
defaultLang: 'en-US', // zh-CN | en-US
useSSO: false,
primaryColor: '#1890ff', // primary color of ant design
navTheme: 'dark', // theme for nav menu

View File

@ -12,7 +12,7 @@ services:
MYSQL_PASSWORD: '123456'
volumes:
- db-data:/var/lib/mysql
- ./docs/cmdb.sql:/docker-entrypoint-initdb.d/cmdb.sql
- ./docs/cmdb_en.sql:/docker-entrypoint-initdb.d/cmdb.sql
networks:
new:
aliases:
@ -54,7 +54,7 @@ services:
- cmdb-search
cmdb-api:
image: registry.cn-qingdao.aliyuncs.com/pycook/cmdb-api:2.0
image: registry.cn-qingdao.aliyuncs.com/pycook/cmdb-api:2.1
# build:
# context: .
# target: cmdb-api
@ -83,7 +83,7 @@ services:
- cmdb-api
cmdb-ui:
image: registry.cn-qingdao.aliyuncs.com/pycook/cmdb-ui:2.0
image: registry.cn-qingdao.aliyuncs.com/pycook/cmdb-ui:2.1
# build:
# context: .
# target: cmdb-ui