@@ -4,7 +4,7 @@ services:
4
4
- " com.vesoft.scope=core"
5
5
- " com.vesoft.role=meta"
6
6
container_name : nebulagraph_metad0
7
- image : vesoft/nebula-metad:v3.5 .0
7
+ image : vesoft/nebula-metad:v3.6 .0
8
8
environment :
9
9
USER : root
10
10
command :
@@ -39,7 +39,7 @@ services:
39
39
- " com.vesoft.scope=core"
40
40
- " com.vesoft.role=meta"
41
41
container_name : nebulagraph_metad1
42
- image : vesoft/nebula-metad:v3.5 .0
42
+ image : vesoft/nebula-metad:v3.6 .0
43
43
environment :
44
44
USER : root
45
45
command :
@@ -74,7 +74,7 @@ services:
74
74
- " com.vesoft.scope=core"
75
75
- " com.vesoft.role=meta"
76
76
container_name : nebulagraph_metad2
77
- image : vesoft/nebula-metad:v3.5 .0
77
+ image : vesoft/nebula-metad:v3.6 .0
78
78
environment :
79
79
USER : root
80
80
command :
@@ -109,7 +109,7 @@ services:
109
109
- " com.vesoft.scope=core"
110
110
- " com.vesoft.role=storage"
111
111
container_name : nebulagraph_storaged0
112
- image : vesoft/nebula-storaged:v3.5 .0
112
+ image : vesoft/nebula-storaged:v3.6 .0
113
113
environment :
114
114
USER : root
115
115
command :
@@ -148,7 +148,7 @@ services:
148
148
- " com.vesoft.scope=core"
149
149
- " com.vesoft.role=storage"
150
150
container_name : nebulagraph_storaged1
151
- image : vesoft/nebula-storaged:v3.5 .0
151
+ image : vesoft/nebula-storaged:v3.6 .0
152
152
environment :
153
153
USER : root
154
154
command :
@@ -187,7 +187,7 @@ services:
187
187
- " com.vesoft.scope=core"
188
188
- " com.vesoft.role=storage"
189
189
container_name : nebulagraph_storaged2
190
- image : vesoft/nebula-storaged:v3.5 .0
190
+ image : vesoft/nebula-storaged:v3.6 .0
191
191
environment :
192
192
USER : root
193
193
command :
@@ -226,7 +226,7 @@ services:
226
226
- " com.vesoft.scope=core"
227
227
- " com.vesoft.role=graph"
228
228
container_name : nebulagraph_graphd
229
- image : vesoft/nebula-graphd:v3.5 .0
229
+ image : vesoft/nebula-graphd:v3.6 .0
230
230
environment :
231
231
USER : root
232
232
command :
@@ -263,7 +263,7 @@ services:
263
263
- " com.vesoft.scope=core"
264
264
- " com.vesoft.role=graph"
265
265
container_name : nebulagraph_graphd1
266
- image : vesoft/nebula-graphd:v3.5 .0
266
+ image : vesoft/nebula-graphd:v3.6 .0
267
267
environment :
268
268
USER : root
269
269
command :
@@ -300,7 +300,7 @@ services:
300
300
- " com.vesoft.scope=core"
301
301
- " com.vesoft.role=graph"
302
302
container_name : nebulagraph_graphd2
303
- image : vesoft/nebula-graphd:v3.5 .0
303
+ image : vesoft/nebula-graphd:v3.6 .0
304
304
environment :
305
305
USER : root
306
306
command :
0 commit comments