Browse Source
Merge pull request #3 from otter-diku/kafka-v1
Expose port for localhost kafka listener
pull/2068/head
kct949
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/docker-compose.override.yml
|
|
@ -57,6 +57,7 @@ services: |
|
|
|
# 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/ |
|
|
|
- "9092:9092" |
|
|
|
- "29092:29092" |
|
|
|
|
|
|
|
identity-api: |
|
|
|
environment: |
|
|
|