From 4bbec0f8ee33957f4159efc476dd18f1c9829e50 Mon Sep 17 00:00:00 2001 From: slaventius Date: Wed, 15 Feb 2023 15:35:14 +0300 Subject: [PATCH] =?UTF-8?q?=D1=80=D0=B0=D0=B7=D1=80=D0=B5=D1=88=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B2=D1=85=D0=BE=D0=B4=D1=8F=D1=89=D0=B8=D0=B5=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20redpanda?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/redpanda/docker-compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.