1 Star 1 Fork 0

黄猿帅 / dubbo3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 384 Bytes
一键复制 编辑 原始数据 按行查看 历史
linux_china 提交于 2017-08-02 13:37 . update to version 3
version: '3'
services:
redis:
image: redis
ports:
- "6379:6379"
zookeeper:
image: jplock/zookeeper
ports:
- "2181:2181"
- "2888:2888"
- "3888:3888"
consul:
image: consul
ports:
- "8300:8300"
- "8301:8301"
- "8302:8302"
- "8400:8400"
- "8500:8500"
- "8600:53/udp"
Java
1
https://gitee.com/asyysy/dubbo3.git
git@gitee.com:asyysy/dubbo3.git
asyysy
dubbo3
dubbo3
master

搜索帮助