1 Star 0 Fork 1

开坦克的贝塔 / piggymetrics

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.dev.yml 884 Bytes
一键复制 编辑 原始数据 按行查看 历史
Chi Dov 提交于 2018-09-10 02:17 . add turbine stream service
version: '2.1'
services:
rabbitmq:
ports:
- 5672:5672
config:
build: config
ports:
- 8888:8888
registry:
build: registry
gateway:
build: gateway
auth-service:
build: auth-service
ports:
- 5000:5000
auth-mongodb:
build: mongodb
ports:
- 25000:27017
account-service:
build: account-service
ports:
- 6000:6000
account-mongodb:
build: mongodb
ports:
- 26000:27017
statistics-service:
build: statistics-service
ports:
- 7000:7000
statistics-mongodb:
build: mongodb
ports:
- 27000:27017
notification-service:
build: notification-service
ports:
- 8000:8000
notification-mongodb:
build: mongodb
ports:
- 28000:27017
monitoring:
build: monitoring
turbine-stream-service:
build: turbine-stream-service
Java
1
https://gitee.com/TianShengShaRenKuang/piggymetrics.git
git@gitee.com:TianShengShaRenKuang/piggymetrics.git
TianShengShaRenKuang
piggymetrics
piggymetrics
master

搜索帮助