Skip to content

Commit ef48d01

Browse files
authored
Merge pull request #34 from nebula-contrib/0.4.16
feat: webconsole native arm support
2 parents 8fefef6 + a45d3f1 commit ef48d01

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ LABEL org.opencontainers.image.title="NebulaGraph" \
3131
com.docker.extension.detailed-description="NebulaGraph is a popular Open-Source, distributed Cloud Native Graph Database for trillion edges graph data volume." \
3232
com.docker.extension.publisher-url="https://github.com/vesoft-inc/nebula" \
3333
com.docker.extension.additional-urls='[{"title":"WebSite","url":"https://www.nebula-graph.io/"}, {"title":"GitHub","url":"https://github.com/vesoft-inc/nebula"}, {"title":"Slack","url":"http://community-chat.nebula-graph.io/"}, {"title":"Docker Extension Feedback","url":"https://github.com/nebula-contrib/nebulagraph-docker-ext/issues/new/choose"}]' \
34-
com.docker.extension.changelog="Add NebulaGraph Gephi updated to v0.1, with console optimized!" \
34+
com.docker.extension.changelog="Web Console with arm64 support!" \
3535
com.docker.desktop.extension.icon="https://user-images.githubusercontent.com/1651790/213339618-107d0e59-1b8b-4c89-bbae-5529aa4e2666.svg" \
3636
com.docker.extension.categories="database"
3737

docker-compose.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -366,12 +366,12 @@ services:
366366
start_period: 20s
367367
networks:
368368
- nebula-net
369+
pull_policy: always
369370

370371
webshell:
371372
# profiles: ["webshell"]
372373
labels:
373374
- "com.vesoft.scope=utils"
374-
platform: linux/amd64
375375
container_name: nebulagraph_webshell
376376
image: weygu/nebula-webconsole:latest
377377
ports:
@@ -389,6 +389,8 @@ services:
389389
- nebula-net
390390
volumes:
391391
- ~/.nebulagraph/:/host_data/
392+
pull_policy: always
393+
392394

393395
networks:
394396
nebula-net:

ui/src/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export function App() {
8787
<Box sx={{ alignItems: 'left', flexDirection: 'column', height: 20, fontSize: 10, justifyContent: 'center'}}>
8888
<Typography variant="body2" color={(theme) => theme.palette.text.primary} sx={{ my: 2, mr: 6 }}>
8989
<span style={{marginRight: 10}}></span>
90-
NebulaGraph for Docker Desktop Extension 0.4.15, NebulaGraph: v3.6.0, NebulaGraph Studio: v3.7.0
90+
NebulaGraph for Docker Desktop Extension 0.4.16, NebulaGraph: v3.6.0, NebulaGraph Studio: v3.7.0
9191
</Typography>
9292
</Box>
9393

0 commit comments

Comments
 (0)