Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions docker-compose-lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: '3.4'
services:
metad0:
image: docker.io/vesoft/nebula-metad:nightly
user: root
environment:
USER: root
command:
Expand Down Expand Up @@ -39,6 +40,7 @@ services:

storaged0:
image: docker.io/vesoft/nebula-storaged:nightly
user: root
environment:
USER: root
command:
Expand Down Expand Up @@ -78,6 +80,7 @@ services:

graphd:
image: docker.io/vesoft/nebula-graphd:nightly
user: root
environment:
USER: root
command:
Expand Down Expand Up @@ -121,6 +124,7 @@ services:
# docker run --rm -ti --network host vesoft/nebula-console:nightly -addr 127.0.0.1 -port 9669 -u root -p nebula

image: docker.io/vesoft/nebula-console:nightly
user: root
entrypoint: ""
environment:
ACTIVATOR_RETRY: ${ACTIVATOR_RETRY:-30}
Expand Down
10 changes: 10 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: '3.4'
services:
metad0:
image: docker.io/vesoft/nebula-metad:nightly
user: root
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -36,6 +37,7 @@ services:

metad1:
image: docker.io/vesoft/nebula-metad:nightly
user: root
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -70,6 +72,7 @@ services:

metad2:
image: docker.io/vesoft/nebula-metad:nightly
user: root
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -104,6 +107,7 @@ services:

storaged0:
image: docker.io/vesoft/nebula-storaged:nightly
user: root
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -142,6 +146,7 @@ services:

storaged1:
image: docker.io/vesoft/nebula-storaged:nightly
user: root
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -180,6 +185,7 @@ services:

storaged2:
image: docker.io/vesoft/nebula-storaged:nightly
user: root
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -218,6 +224,7 @@ services:

graphd:
image: docker.io/vesoft/nebula-graphd:nightly
user: root
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -254,6 +261,7 @@ services:

graphd1:
image: docker.io/vesoft/nebula-graphd:nightly
user: root
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -290,6 +298,7 @@ services:

graphd2:
image: docker.io/vesoft/nebula-graphd:nightly
user: root
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -326,6 +335,7 @@ services:

console:
image: docker.io/vesoft/nebula-console:nightly
user: root
entrypoint: ""
command:
- sh
Expand Down