Skip to content

Commit

Permalink
Set docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiee committed Feb 7, 2023
1 parent f52a790 commit 7bf46a1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
metad0:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.4.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
- SYS_PTRACE

metad1:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.4.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -83,7 +83,7 @@ services:
- SYS_PTRACE

metad2:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.4.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -124,7 +124,7 @@ services:
- SYS_PTRACE

storaged0:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.4.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -170,7 +170,7 @@ services:
- SYS_PTRACE

storaged1:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.4.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -216,7 +216,7 @@ services:
- SYS_PTRACE

storaged2:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.4.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -262,7 +262,7 @@ services:
- SYS_PTRACE

graphd0:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.4.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -306,7 +306,7 @@ services:
- SYS_PTRACE

graphd1:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.4.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -350,7 +350,7 @@ services:
- SYS_PTRACE

graphd2:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.4.0
environment:
USER: root
TZ: "${TZ}"
Expand Down

0 comments on commit 7bf46a1

Please sign in to comment.