Skip to content

Commit cd74481

Browse files
authored
Add v3.1 release (#123)
* Update README * Set docker mirror version to v3.1.0
1 parent a0ae7ff commit cd74481

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docker-compose.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.4'
22
services:
33
metad0:
4-
image: vesoft/nebula-metad:nightly
4+
image: vesoft/nebula-metad:v3.1.0
55
environment:
66
USER: root
77
TZ: "${TZ}"
@@ -35,7 +35,7 @@ services:
3535
- SYS_PTRACE
3636

3737
metad1:
38-
image: vesoft/nebula-metad:nightly
38+
image: vesoft/nebula-metad:v3.1.0
3939
environment:
4040
USER: root
4141
TZ: "${TZ}"
@@ -69,7 +69,7 @@ services:
6969
- SYS_PTRACE
7070

7171
metad2:
72-
image: vesoft/nebula-metad:nightly
72+
image: vesoft/nebula-metad:v3.1.0
7373
environment:
7474
USER: root
7575
TZ: "${TZ}"
@@ -103,7 +103,7 @@ services:
103103
- SYS_PTRACE
104104

105105
storaged0:
106-
image: vesoft/nebula-storaged:nightly
106+
image: vesoft/nebula-storaged:v3.1.0
107107
environment:
108108
USER: root
109109
TZ: "${TZ}"
@@ -141,7 +141,7 @@ services:
141141
- SYS_PTRACE
142142

143143
storaged1:
144-
image: vesoft/nebula-storaged:nightly
144+
image: vesoft/nebula-storaged:v3.1.0
145145
environment:
146146
USER: root
147147
TZ: "${TZ}"
@@ -179,7 +179,7 @@ services:
179179
- SYS_PTRACE
180180

181181
storaged2:
182-
image: vesoft/nebula-storaged:nightly
182+
image: vesoft/nebula-storaged:v3.1.0
183183
environment:
184184
USER: root
185185
TZ: "${TZ}"
@@ -217,7 +217,7 @@ services:
217217
- SYS_PTRACE
218218

219219
graphd:
220-
image: vesoft/nebula-graphd:nightly
220+
image: vesoft/nebula-graphd:v3.1.0
221221
environment:
222222
USER: root
223223
TZ: "${TZ}"
@@ -253,7 +253,7 @@ services:
253253
- SYS_PTRACE
254254

255255
graphd1:
256-
image: vesoft/nebula-graphd:nightly
256+
image: vesoft/nebula-graphd:v3.1.0
257257
environment:
258258
USER: root
259259
TZ: "${TZ}"
@@ -289,7 +289,7 @@ services:
289289
- SYS_PTRACE
290290

291291
graphd2:
292-
image: vesoft/nebula-graphd:nightly
292+
image: vesoft/nebula-graphd:v3.1.0
293293
environment:
294294
USER: root
295295
TZ: "${TZ}"
@@ -325,7 +325,7 @@ services:
325325
- SYS_PTRACE
326326

327327
console:
328-
image: vesoft/nebula-console:nightly
328+
image: vesoft/nebula-console:v3.0.0
329329
entrypoint: ""
330330
command:
331331
- sh

0 commit comments

Comments
 (0)