1 Star 0 Fork 458

悟空 / Pro-Cloud

forked from Gradle / Pro-Cloud 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 724 Bytes
一键复制 编辑 原始数据 按行查看 历史
Crazy 提交于 2019-12-11 18:22 . pro-cloud 初始化
# 使用说明 V3.2.0
# 1. 使用docker-compose 宿主机不需要配置host来发现
# 2. 无需修改源码,根目录 docker-compose up 即可
# 3. 静静等待服务启动
version: '2'
services:
cloud-gateway:
build:
context: ./
dockerfile: ./cloud-gateway/Dockerfile
restart: always
container_name: cloud-gateway
image: cloud-gateway
ports:
- 9999:9999
cloud-auth:
build:
context: ./
dockerfile: ./cloud-auth/Dockerfile
restart: always
container_name: cloud-auth
image: cloud-auth
cloud-admin:
build:
context: ./
dockerfile: ./cloud-admin/Dockerfile
restart: always
container_name: cloud-admin
image: cloud-admin
Java
1
https://gitee.com/253179517/pro-cloud.git
git@gitee.com:253179517/pro-cloud.git
253179517
pro-cloud
Pro-Cloud
master

搜索帮助