1 Star 0 Fork 27

Ghouls/PiggyMetrics

forked from huangmeng4520/PiggyMetrics 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.dev.yml 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
# version: '2'
# 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|account-mongodb|statistics-mongodb|notification-mongodb为一个单独的data-mongodb
# data-mongodb
# build: mongodb
# ports:
# - 25000:27017
# 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ghouls/PiggyMetrics.git
git@gitee.com:ghouls/PiggyMetrics.git
ghouls
PiggyMetrics
PiggyMetrics
master

搜索帮助