1 Star 0 Fork 12.5K

梦在前方路在脚下 / pig

forked from lengleng / pig 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 1.56 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
lengleng 提交于 2019-11-29 17:20 . :tada:Hoxton.RELEASE、Nacos Server
version: '2'
services:
pig-mysql:
build:
context: ./
dockerfile: ./db/Dockerfile
environment:
MYSQL_ROOT_PASSWORD: root
restart: always
container_name: pig-mysql
image: pig-mysql
ports:
- 3306:3306
pig-redis:
image: redis:5.0
ports:
- 6379:6379
restart: always
container_name: pig-redis
hostname: pig-redis
pig-register:
build:
context: ./
dockerfile: ./pig-register/Dockerfile
restart: always
ports:
- 8848:8848
container_name: pig-register
hostname: pig-register
image: pig-register
pig-gateway:
build:
context: ./
dockerfile: ./pig-gateway/Dockerfile
restart: always
ports:
- 9999:9999
container_name: pig-gateway
hostname: pig-gateway
image: pig-gateway
pig-auth:
build:
context: ./
dockerfile: ./pig-auth/Dockerfile
restart: always
container_name: pig-auth
hostname: pig-auth
image: pig-auth
pig-upms:
build:
context: ./
dockerfile: ./pig-upms/pig-upms-biz/Dockerfile
restart: always
container_name: pig-upms
hostname: pig-upms
image: pig-upms
pig-monitor:
build:
context: ./
dockerfile: ./pig-monitor/Dockerfile
restart: always
ports:
- 5001:5001
container_name: pig-monitor
hostname: pig-monitor
image: pig-monitor
pig-codegen:
build:
context: ./
dockerfile: ./pig-codegen/Dockerfile
restart: always
container_name: pig-codegen
hostname: pig-codegen
image: pig-codegen
Java
1
https://gitee.com/mzqflzjx/pig.git
git@gitee.com:mzqflzjx/pig.git
mzqflzjx
pig
pig
master

搜索帮助