version 2.1 and update readme
Before Width: | Height: | Size: 130 KiB After Width: | Height: | Size: 496 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 165 KiB |
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 318 KiB |
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 522 KiB |
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 469 KiB |
Before Width: | Height: | Size: 115 KiB |
Before Width: | Height: | Size: 70 KiB |
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
showLocale: true,
|
showLocale: true,
|
||||||
defaultLang: 'zh-CN',
|
defaultLang: 'en-US', // zh-CN | en-US
|
||||||
useSSO: false,
|
useSSO: false,
|
||||||
primaryColor: '#1890ff', // primary color of ant design
|
primaryColor: '#1890ff', // primary color of ant design
|
||||||
navTheme: 'dark', // theme for nav menu
|
navTheme: 'dark', // theme for nav menu
|
||||||
|
|
|
@ -12,7 +12,7 @@ services:
|
||||||
MYSQL_PASSWORD: '123456'
|
MYSQL_PASSWORD: '123456'
|
||||||
volumes:
|
volumes:
|
||||||
- db-data:/var/lib/mysql
|
- 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:
|
networks:
|
||||||
new:
|
new:
|
||||||
aliases:
|
aliases:
|
||||||
|
@ -54,7 +54,7 @@ services:
|
||||||
- cmdb-search
|
- cmdb-search
|
||||||
|
|
||||||
cmdb-api:
|
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:
|
# build:
|
||||||
# context: .
|
# context: .
|
||||||
# target: cmdb-api
|
# target: cmdb-api
|
||||||
|
@ -83,7 +83,7 @@ services:
|
||||||
- cmdb-api
|
- cmdb-api
|
||||||
|
|
||||||
cmdb-ui:
|
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:
|
# build:
|
||||||
# context: .
|
# context: .
|
||||||
# target: cmdb-ui
|
# target: cmdb-ui
|
||||||
|
|