代码拉取完成,页面将自动刷新
version: '3'
services:
lagou-mysql:
build:
context: ./mysql
environment:
MYSQL_ROOT_PASSWORD: admin
restart: always
container_name: lagou-mysql
volumes:
- /data/edu-bom/mysql/lagou:/var/lib/mysql
image: lagou/mysql:5.7
ports:
- 3306:3306
lagou-eureka:
build:
context: ./edu-eureka-boot
restart: always
ports:
- 8761:8761
container_name: edu-eureka-boot
hostname: edu-eureka-boot
image: lagou/edu-eureka-boot:1.0
depends_on:
- lagou-mysql
lagou-course:
build:
context: ./edu-course-boot
restart: always
ports:
- 8180:8180
container_name: edu-course-boot
hostname: edu-course-boot
image: lagou/edu-course-boot:1.0
depends_on:
- lagou-eureka
lagou-boss:
build:
context: ./edu-boss-boot
restart: always
ports:
- 8010:8010
container_name: edu-boss-boot
hostname: edu-boss-boot
image: lagou/edu-boss-boot:1.0
depends_on:
- lagou-course
lagou-gateway:
build:
context: ./edu-gateway-boot
restart: always
ports:
- 7001:7001
container_name: edu-gateway-boot
hostname: edu-gateway-boot
image: lagou/edu-gateway-boot:1.0
depends_on:
- lagou-boss
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。