Merge pull request #3 from otter-diku/kafka-v1

Expose port for localhost kafka listener
This commit is contained in:
kct949 2023-02-22 13:52:12 +01:00 committed by GitHub
commit 20ceb14ee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,7 @@ services:
# To learn about configuring Kafka for access across networks see # To learn about configuring Kafka for access across networks see
# https://www.confluent.io/blog/kafka-client-cannot-connect-to-broker-on-aws-on-docker-etc/ # https://www.confluent.io/blog/kafka-client-cannot-connect-to-broker-on-aws-on-docker-etc/
- "9092:9092" - "9092:9092"
- "29092:29092"
identity-api: identity-api:
environment: environment: