mirror of https://github.com/veops/cmdb.git
docker-compose 构建后的默认账号密码
This commit is contained in:
parent
a386de355e
commit
044f95c3be
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
### 相关文档
|
### 相关文档
|
||||||
- <a href="https://zhuanlan.zhihu.com/p/98453732" target="_blank">设计文档</a>
|
- <a href="https://zhuanlan.zhihu.com/p/98453732" target="_blank">设计文档</a>
|
||||||
- <a href="https://github.com/veops/cmdb/tree/master/docs" target="_blank">API文档</a>
|
- <a href="https://github.com/veops/cmdb/tree/master/docs/cmdb_api.md" target="_blank">API文档</a>
|
||||||
- <a href="https://mp.weixin.qq.com/s/EflmmJ-qdUkddTx2hRt3pA" target="_blank">树形视图实践</a>
|
- <a href="https://mp.weixin.qq.com/s/EflmmJ-qdUkddTx2hRt3pA" target="_blank">树形视图实践</a>
|
||||||
|
|
||||||
### 特点
|
### 特点
|
||||||
|
|
|
@ -21,7 +21,7 @@ Overview
|
||||||
|
|
||||||
### Document
|
### Document
|
||||||
- <a href="https://zhuanlan.zhihu.com/p/98453732" target="_blank">Design Document</a>
|
- <a href="https://zhuanlan.zhihu.com/p/98453732" target="_blank">Design Document</a>
|
||||||
- <a href="https://github.com/veops/cmdb/tree/master/docs" target="_blank">API Documentation</a>
|
- <a href="https://github.com/veops/cmdb/tree/master/docs/cmdb_api.md" target="_blank">API Documentation</a>
|
||||||
- <a href="https://mp.weixin.qq.com/s/EflmmJ-qdUkddTx2hRt3pA" target="_blank">Practice of Tree View</a>
|
- <a href="https://mp.weixin.qq.com/s/EflmmJ-qdUkddTx2hRt3pA" target="_blank">Practice of Tree View</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,3 +4,5 @@
|
||||||
```
|
```
|
||||||
|
|
||||||
- 浏览器打开: [http://127.0.0.1:8000](http://127.0.0.1:8000)
|
- 浏览器打开: [http://127.0.0.1:8000](http://127.0.0.1:8000)
|
||||||
|
- username: demo 或者 admin
|
||||||
|
- password: 123456
|
||||||
|
|
|
@ -5,8 +5,5 @@
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
- View: [http://127.0.0.1:8000](http://127.0.0.1:8000)
|
- View: [http://127.0.0.1:8000](http://127.0.0.1:8000)
|
||||||
|
- username: demo or admin
|
||||||
### Environment and dependency
|
- password: 123456
|
||||||
- database: mysql
|
|
||||||
- cache: redis
|
|
||||||
- python: python2.7, >=python3.6
|
|
Loading…
Reference in New Issue