Created
June 27, 2020 19:38
-
-
Save avarne/1afc42cfd60acb2e3af70b6ba0144086 to your computer and use it in GitHub Desktop.
Kafka Service for docker-compose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kafka: | |
image: 'bitnami/kafka:2.5.0' | |
container_name: kafka | |
ports: | |
- '9092:9092' | |
volumes: | |
- './kafka_data:/bitnami' | |
- './kafka_log:/tmp/kafka_mounts/logs' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment