File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ .blockade
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ containers:
18
18
- 5080
19
19
- 6080
20
20
command : /gobin/dgraph zero --my=zero1:5080 --replicas 3 --idx 1 --bindall --expose_trace --profile_mode block --block_rate 10 --logtostderr -v=2
21
- volumes : {"/home/dmai/go/bin": "/gobin"}
21
+ volumes :
22
+ " /home/dmai/go/bin " : " /gobin"
22
23
23
24
zero2 :
24
25
image : dgraph/dgraph:latest
@@ -31,7 +32,8 @@ containers:
31
32
- 5081
32
33
- 6081
33
34
command : /gobin/dgraph zero -o 1 --my=zero2:5081 --replicas 3 --peer=zero1:5080 --idx 2 --bindall --expose_trace --profile_mode block --block_rate 10 --logtostderr -v=2
34
- volumes : {"/home/dmai/go/bin": "/gobin"}
35
+ volumes :
36
+ " /home/dmai/go/bin " : " /gobin"
35
37
36
38
zero3 :
37
39
image : dgraph/dgraph:latest
@@ -71,7 +73,8 @@ containers:
71
73
expose :
72
74
- 8182
73
75
- 9182
74
- command : sh -xc 'sleep 10; /gobin/increment -addr=dg2:9182 -num=10000 -wait=1s & echo "Starting dg2"; /gobin/dgraph alpha --my=dg2:7182 --lru_mb=1024 --zero=zero1:5080 -o 102 --expose_trace --trace 1.0 --profile_mode block --block_rate 10 --logtostderr -v=2'
76
+ start_delay : 10
77
+ command : sh -xc '/gobin/increment -addr=dg2:9182 -num=10000 -wait=1s & echo "Starting dg2"; /gobin/dgraph alpha --my=dg2:7182 --lru_mb=1024 --zero=zero1:5080 -o 102 --expose_trace --trace 1.0 --profile_mode block --block_rate 10 --logtostderr -v=2'
75
78
volumes :
76
79
" /home/dmai/go/bin " : " /gobin"
77
80
@@ -85,7 +88,8 @@ containers:
85
88
expose :
86
89
- 8183
87
90
- 9183
88
- command : sh -xc 'sleep 15; /gobin/increment -addr=dg3:9183 -num=10000 -wait=1s & echo "Starting dg3"; /gobin/dgraph alpha --my=dg3:7183 --lru_mb=1024 --zero=zero1:5080 -o 103 --expose_trace --trace 1.0 --profile_mode block --block_rate 10 --logtostderr -v=2'
91
+ start_deplay : 15
92
+ command : sh -xc '/gobin/increment -addr=dg3:9183 -num=10000 -wait=1s & echo "Starting dg3"; /gobin/dgraph alpha --my=dg3:7183 --lru_mb=1024 --zero=zero1:5080 -o 103 --expose_trace --trace 1.0 --profile_mode block --block_rate 10 --logtostderr -v=2'
89
93
volumes :
90
94
" /home/dmai/go/bin " : " /gobin"
91
95
You can’t perform that action at this time.
0 commit comments