File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ COPY --from=builder \
4444EXPOSE ${GRPC_TLS_PORT:-2135}
4545EXPOSE ${GRPC_PORT:-2136}
4646EXPOSE ${MON_PORT:-8765}
47+ EXPOSE ${YDB_KAFKA_PROXY_PORT:-9092}
4748
4849HEALTHCHECK --start-period=60s --interval=1s CMD sh ./health_check
4950
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ export YDB_GRPC_ENABLE_TLS="true"
77export GRPC_TLS_PORT=${GRPC_TLS_PORT:- 2135}
88export GRPC_PORT=${GRPC_PORT:- 2136}
99export YDB_GRPC_TLS_DATA_PATH=" /ydb_certs"
10+ export YDB_KAFKA_PROXY_PORT=${YDB_KAFKA_PROXY_PORT:- 9092}
1011
1112# Start local_ydb tool. Pass additional arguments for local_ydb
1213/local_ydb deploy --ydb-working-dir /ydb_data --ydb-binary-path /ydbd --fixed-ports --dont-use-log-files " $@ " ;
You can’t perform that action at this time.
0 commit comments