mirror of
https://github.com/pcvolkmer/etl-processor.git
synced 2025-07-01 14:12:55 +00:00
Add Apache Kafka to dev compose file
This commit is contained in:
@ -1,4 +1,12 @@
|
||||
services:
|
||||
kafka:
|
||||
image: bitnami/kafka
|
||||
hostname: kafka
|
||||
ports:
|
||||
- "9092:9092"
|
||||
environment:
|
||||
ALLOW_PLAINTEXT_LISTENER: "yes"
|
||||
|
||||
mariadb:
|
||||
image: mariadb:10
|
||||
ports:
|
||||
|
Reference in New Issue
Block a user