1 Star 0 Fork 4

YunFan68/zanePerfor

forked from smooth/zanePerfor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 685 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: "0.1"
services:
redis:
image: redis:3.2
ports:
- "6379:6379"
mongo:
image: mongo:3.4
ports:
- "27017:27017"
# 源 https://raw.githubusercontent.com/wurstmeister/kafka-docker/master/docker-compose.yml
zookeeper:
image: wurstmeister/zookeeper
ports:
- "2181:2181"
kafka:
image: wurstmeister/kafka:2.12-2.0.1
ports:
- "9092:9092"
environment:
# your docker host IP (Note: Do not use localhost or 127.0.0.1 as the host ip if you want to run multiple brokers.)
KAFKA_ADVERTISED_HOST_NAME: ${hostIP}
# KAFKA_ZOOKEEPER_CONNECT: zookeeper:2180
KAFKA_ZOOKEEPER_CONNECT: ${hostIP}:2181
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/YunFan68/zanePerfor.git
git@gitee.com:YunFan68/zanePerfor.git
YunFan68
zanePerfor
zanePerfor
master

搜索帮助

Cb406eda 1850385 E526c682 1850385