1
0
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:
Paul-Christian Volkmer 2023-07-31 09:15:22 +02:00
parent c8b2e50d47
commit 2d140d94b2

View File

@ -1,4 +1,12 @@
services:
kafka:
image: bitnami/kafka
hostname: kafka
ports:
- "9092:9092"
environment:
ALLOW_PLAINTEXT_LISTENER: "yes"
mariadb:
image: mariadb:10
ports: