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

优化docker-compose.yml

上级 893a6dd7
...@@ -60,8 +60,6 @@ services: ...@@ -60,8 +60,6 @@ services:
- education - education
ports: ports:
- "5730:5730" - "5730:5730"
depends_on:
- app-gateway
user-service: user-service:
build: build:
context: ./roncoo-education-user/roncoo-education-user-service context: ./roncoo-education-user/roncoo-education-user-service
...@@ -77,8 +75,6 @@ services: ...@@ -77,8 +75,6 @@ services:
- education - education
ports: ports:
- "5720:5720" - "5720:5720"
depends_on:
- app-gateway
course-service: course-service:
build: build:
context: ./roncoo-education-course/roncoo-education-course-service context: ./roncoo-education-course/roncoo-education-course-service
...@@ -94,8 +90,6 @@ services: ...@@ -94,8 +90,6 @@ services:
- education - education
ports: ports:
- "5710:5710" - "5710:5710"
depends_on:
- app-gateway
networks: networks:
education: education:
driver: bridge driver: bridge
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册