@@ -21,7 +21,7 @@ services:
2121 - /opt/ydb/bin/ydbd
2222 - server
2323 - --grpc-port
24- - " 2135 "
24+ - " 3135 "
2525 - --mon-port
2626 - " 8765"
2727 - --ic-port
@@ -33,11 +33,11 @@ services:
3333 - --label
3434 - deployment=docker
3535 ports :
36- - 2135:2135
36+ - 3135:3135
3737 - 8765:8765
3838 - 19001:19001
3939 healthcheck :
40- test : bash -c "exec 6<> /dev/tcp/localhost/2135 "
40+ test : bash -c "exec 6<> /dev/tcp/localhost/3135 "
4141 interval : 10s
4242 timeout : 1s
4343 retries : 3
@@ -50,7 +50,7 @@ services:
5050 command :
5151 - /opt/ydb/bin/ydbd
5252 - -s
53- - grpc://localhost:2135
53+ - grpc://localhost:3135
5454 - admin
5555 - blobstorage
5656 - config
@@ -68,7 +68,7 @@ services:
6868 command :
6969 - /opt/ydb/bin/ydbd
7070 - -s
71- - grpc://localhost:2135
71+ - grpc://localhost:3135
7272 - admin
7373 - database
7474 - /Root/testdb
@@ -85,7 +85,7 @@ services:
8585 - /opt/ydb/bin/ydbd
8686 - server
8787 - --grpc-port
88- - " 2136 "
88+ - " 3136 "
8989 - --mon-port
9090 - " 8766"
9191 - --ic-port
@@ -95,15 +95,15 @@ services:
9595 - --tenant
9696 - /Root/testdb
9797 - --node-broker
98- - grpc://localhost:2135
98+ - grpc://localhost:3135
9999 - --label
100100 - deployment=docker
101101 ports :
102- - 2136:2136
102+ - 3136:3136
103103 - 8766:8766
104104 - 19002:19002
105105 healthcheck :
106- test : bash -c "exec 6<> /dev/tcp/localhost/2136 "
106+ test : bash -c "exec 6<> /dev/tcp/localhost/3136 "
107107 interval : 10s
108108 timeout : 1s
109109 retries : 3
@@ -123,7 +123,7 @@ services:
123123 - /opt/ydb/bin/ydbd
124124 - server
125125 - --grpc-port
126- - " 2137 "
126+ - " 3137 "
127127 - --mon-port
128128 - " 8767"
129129 - --ic-port
@@ -133,15 +133,15 @@ services:
133133 - --tenant
134134 - /Root/testdb
135135 - --node-broker
136- - grpc://localhost:2135
136+ - grpc://localhost:3135
137137 - --label
138138 - deployment=docker
139139 ports :
140- - 2137:2137
140+ - 3137:3137
141141 - 8767:8767
142142 - 19003:19003
143143 healthcheck :
144- test : bash -c "exec 6<> /dev/tcp/localhost/2137 "
144+ test : bash -c "exec 6<> /dev/tcp/localhost/3137 "
145145 interval : 10s
146146 timeout : 1s
147147 retries : 3
@@ -161,7 +161,7 @@ services:
161161 - /opt/ydb/bin/ydbd
162162 - server
163163 - --grpc-port
164- - " 2138 "
164+ - " 3138 "
165165 - --mon-port
166166 - " 8768"
167167 - --ic-port
@@ -171,15 +171,15 @@ services:
171171 - --tenant
172172 - /Root/testdb
173173 - --node-broker
174- - grpc://localhost:2135
174+ - grpc://localhost:3135
175175 - --label
176176 - deployment=docker
177177 ports :
178- - 2138:2138
178+ - 3138:3138
179179 - 8768:8768
180180 - 19004:19004
181181 healthcheck :
182- test : bash -c "exec 6<> /dev/tcp/localhost/2138 "
182+ test : bash -c "exec 6<> /dev/tcp/localhost/3138 "
183183 interval : 10s
184184 timeout : 1s
185185 retries : 3
@@ -199,7 +199,7 @@ services:
199199 - /opt/ydb/bin/ydbd
200200 - server
201201 - --grpc-port
202- - " 2139 "
202+ - " 3139 "
203203 - --mon-port
204204 - " 8769"
205205 - --ic-port
@@ -209,15 +209,15 @@ services:
209209 - --tenant
210210 - /Root/testdb
211211 - --node-broker
212- - grpc://localhost:2135
212+ - grpc://localhost:3135
213213 - --label
214214 - deployment=docker
215215 ports :
216- - 2139:2139
216+ - 3139:3139
217217 - 8769:8769
218218 - 19005:19005
219219 healthcheck :
220- test : bash -c "exec 6<> /dev/tcp/localhost/2139 "
220+ test : bash -c "exec 6<> /dev/tcp/localhost/3139 "
221221 interval : 10s
222222 timeout : 1s
223223 retries : 3
@@ -237,7 +237,7 @@ services:
237237 - /opt/ydb/bin/ydbd
238238 - server
239239 - --grpc-port
240- - " 2140 "
240+ - " 3140 "
241241 - --mon-port
242242 - " 8770"
243243 - --ic-port
@@ -247,15 +247,15 @@ services:
247247 - --tenant
248248 - /Root/testdb
249249 - --node-broker
250- - grpc://localhost:2135
250+ - grpc://localhost:3135
251251 - --label
252252 - deployment=docker
253253 ports :
254- - 2140:2140
254+ - 3140:3140
255255 - 8770:8770
256256 - 19006:19006
257257 healthcheck :
258- test : bash -c "exec 6<> /dev/tcp/localhost/2140 "
258+ test : bash -c "exec 6<> /dev/tcp/localhost/3140 "
259259 interval : 10s
260260 timeout : 1s
261261 retries : 3
0 commit comments