Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace image tag with v1 #96

Merged
merged 1 commit into from
Sep 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions 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:v1
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -35,7 +35,7 @@ services:
- SYS_PTRACE

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

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

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

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

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

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

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

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