1 Star 0 Fork 0

乔家成/lagou-edu-course-work

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
docker-compose.yml 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
qiaojiacheng 提交于 2022-03-21 17:05 . 容器化发布和Skywalking监控
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiaorenwu_dashije/lagou-edu-course-work.git
[email protected]:xiaorenwu_dashije/lagou-edu-course-work.git
xiaorenwu_dashije
lagou-edu-course-work
lagou-edu-course-work
master

搜索帮助