mirror of
https://github.com/pcvolkmer/etl-processor.git
synced 2025-04-19 17:26:51 +00:00
Add Apache Kafka to dev compose file
This commit is contained in:
parent
c8b2e50d47
commit
2d140d94b2
@ -1,4 +1,12 @@
|
||||
services:
|
||||
kafka:
|
||||
image: bitnami/kafka
|
||||
hostname: kafka
|
||||
ports:
|
||||
- "9092:9092"
|
||||
environment:
|
||||
ALLOW_PLAINTEXT_LISTENER: "yes"
|
||||
|
||||
mariadb:
|
||||
image: mariadb:10
|
||||
ports:
|
||||
|
Loading…
x
Reference in New Issue
Block a user