Skip to content

Commit cbafba3

Browse files
added docker-compose.yaml from rust-sdk
1 parent 4984725 commit cbafba3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docker-compose.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: "3.0"
2+
services:
3+
ydb:
4+
image: cr.yandex/yc/yandex-docker-local-ydb:latest
5+
hostname: localhost # for good discovery
6+
environment:
7+
YDB_ANONYMOUS_CREDENTIALS: 1
8+
ports:
9+
- "2135:2135" # port with tls
10+
- "2136:2136" # port without tls

0 commit comments

Comments
 (0)