diff --git a/deploy/redpanda/docker-compose.yaml b/deploy/redpanda/docker-compose.yaml index 82f90ae..b2e52b1 100644 --- a/deploy/redpanda/docker-compose.yaml +++ b/deploy/redpanda/docker-compose.yaml @@ -20,7 +20,8 @@ services: # # address the broker advertises to clients that connect to the Kafka API. - --advertise-kafka-addr - - internal://redpanda-0:9092,external://localhost:19092 + # # - internal://redpanda-0:9092,external://localhost:19092 + - internal://redpanda-0:9092,outside://37.143.12.169:19092 - --pandaproxy-addr - internal://0.0.0.0:8082,external://0.0.0.0:18082 # address the broker advertises to clients that connect to PandaProxy.