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
parent
commit
20ceb14ee7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/docker-compose.override.yml

+ 1
- 0
src/docker-compose.override.yml View File

@ -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:


Loading…
Cancel
Save