Skip to content

Instantly share code, notes, and snippets.

View CodeMiner84's full-sized avatar

MichałPietrasz CodeMiner84

View GitHub Profile
@CodeMiner84
CodeMiner84 / docker-compose.yml
Created March 26, 2021 09:07 — forked from rmoff/docker-compose.yml
Docker-Compose for Kafka and Zookeeper with internal and external listeners
---
version: '2'
services:
zookeeper:
image: confluentinc/cp-zookeeper:latest
environment:
ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000
kafka: