Skip to content

Commit

Permalink
Add release 3.3 (#229)
Browse files Browse the repository at this point in the history
* update readme

* Update docker compose yaml

* Fix typo
  • Loading branch information
Aiee authored Oct 31, 2022
1 parent f25337a commit 319c0b1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions nebula-docker-compose/docker-compose-ssl.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
metad0:
image: vesoft/nebula-metad:v3
image: vesoft/nebula-metad:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -44,7 +44,7 @@ services:
- SYS_PTRACE

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

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

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

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

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

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

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

graphd2:
image: vesoft/nebula-graphd:v3
image: vesoft/nebula-graphd:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down
18 changes: 9 additions & 9 deletions nebula-docker-compose/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.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -44,7 +44,7 @@ services:
- SYS_PTRACE

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

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

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

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

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

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

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

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

0 comments on commit 319c0b1

Please sign in to comment.