Skip to content

Commit

Permalink
Merge pull request #34 from nebula-contrib/0.4.16
Browse files Browse the repository at this point in the history
feat: webconsole native arm support
  • Loading branch information
wey-gu authored Sep 3, 2023
2 parents 8fefef6 + a45d3f1 commit ef48d01
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ LABEL org.opencontainers.image.title="NebulaGraph" \
com.docker.extension.detailed-description="NebulaGraph is a popular Open-Source, distributed Cloud Native Graph Database for trillion edges graph data volume." \
com.docker.extension.publisher-url="https://github.com/vesoft-inc/nebula" \
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"}]' \
com.docker.extension.changelog="Add NebulaGraph Gephi updated to v0.1, with console optimized!" \
com.docker.extension.changelog="Web Console with arm64 support!" \
com.docker.desktop.extension.icon="https://user-images.githubusercontent.com/1651790/213339618-107d0e59-1b8b-4c89-bbae-5529aa4e2666.svg" \
com.docker.extension.categories="database"

Expand Down
4 changes: 3 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -366,12 +366,12 @@ services:
start_period: 20s
networks:
- nebula-net
pull_policy: always

webshell:
# profiles: ["webshell"]
labels:
- "com.vesoft.scope=utils"
platform: linux/amd64
container_name: nebulagraph_webshell
image: weygu/nebula-webconsole:latest
ports:
Expand All @@ -389,6 +389,8 @@ services:
- nebula-net
volumes:
- ~/.nebulagraph/:/host_data/
pull_policy: always


networks:
nebula-net:
2 changes: 1 addition & 1 deletion ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export function App() {
<Box sx={{ alignItems: 'left', flexDirection: 'column', height: 20, fontSize: 10, justifyContent: 'center'}}>
<Typography variant="body2" color={(theme) => theme.palette.text.primary} sx={{ my: 2, mr: 6 }}>
<span style={{marginRight: 10}}></span>
NebulaGraph for Docker Desktop Extension 0.4.15, NebulaGraph: v3.6.0, NebulaGraph Studio: v3.7.0
NebulaGraph for Docker Desktop Extension 0.4.16, NebulaGraph: v3.6.0, NebulaGraph Studio: v3.7.0
</Typography>
</Box>

Expand Down

0 comments on commit ef48d01

Please sign in to comment.