Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authDB/commit/4bbec0f8ee33957f4159efc476dd18f1c9829e50?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

разрешил входящие для redpanda

main
slaventius 2 years ago
parent 29266ec1fb
commit 4bbec0f8ee
  1. 3
      deploy/redpanda/docker-compose.yaml

@ -20,7 +20,8 @@ services:
# #
# address the broker advertises to clients that connect to the Kafka API. # address the broker advertises to clients that connect to the Kafka API.
- --advertise-kafka-addr - --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 - --pandaproxy-addr
- internal://0.0.0.0:8082,external://0.0.0.0:18082 - internal://0.0.0.0:8082,external://0.0.0.0:18082
# address the broker advertises to clients that connect to PandaProxy. # address the broker advertises to clients that connect to PandaProxy.

Loading…
Cancel
Save