Files
shuffle-cracked/functions/extensions/kafka/docker-compose.yml
T
2021-09-15 20:24:59 +02:00

17 lines
356 B
YAML

version: '2'
services:
zookeeper:
image: wurstmeister/zookeeper
ports:
- "2181:2181"
kafka:
build: .
ports:
- "9092"
environment:
DOCKER_API_VERSION: 1.40
KAFKA_ADVERTISED_HOST_NAME: 192.168.193.140
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
volumes:
- /var/run/docker.sock:/var/run/docker.sock