提交 28a559d7 编写于 作者: 夏天飘过的风's avatar 夏天飘过的风

调整文档

上级 773871b3
#### 端口设置
| 服务名称 | 服务端口 |
| service | port |
| --------------------------------- | --------------- |
| roncoo-education-app-eureka | 5761 |
| roncoo-education-app-confg | 5741 |
| roncoo-education-app-sba | 5721 |
| roncoo-education-app-job | 5820 |
| roncoo-education-app-gateway | 5840 |
| roncoo-education-system | 5730 |
| roncoo-education-user | 5720 |
| roncoo-education-course | 5710 |
| roncoo-education-app-gateway | 5840 |
| roncoo-education-app-job | 5820 |
| roncoo-education-app-sba | 5800 |
| roncoo-education-system | 5710 |
| roncoo-education-user | 5720 |
| roncoo-education-course | 5730 |
-------------------------------------------------------
#### 如何进行docker部署
```
1. maven打包
# mvn clean package
2. 利用docker-compose构建
# docker-compose build
3. 启动docker-compose
# docker-compose up -d
```
> 特别说明:请提前配置好MySQL、Redis、Elasticsearch
> 配置文件在 **./roncoo-education-app-config/src/main/resources/config**
......@@ -14,7 +14,7 @@ services:
networks:
- education
ports:
- "5721:5721"
- "5800:5800"
app-job:
build:
context: ./roncoo-education-app-job
......@@ -59,7 +59,7 @@ services:
networks:
- education
ports:
- "5730:5730"
- "5710:5710"
user-service:
build:
context: ./roncoo-education-user/roncoo-education-user-service
......@@ -89,7 +89,7 @@ services:
networks:
- education
ports:
- "5710:5710"
- "5730:5730"
networks:
education:
driver: bridge
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册