Skip to content

Commit ddcdc79

Browse files
authored
Merge pull request #35 from nebula-contrib/fix_gephi_hc
fix: gephi healthcheck failure
2 parents ef48d01 + bb4dda9 commit ddcdc79

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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="Web Console with arm64 support!" \
34+
com.docker.extension.changelog="Fixed gephi container unhealthy" \
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

+6-6
Original file line numberDiff line numberDiff line change
@@ -358,12 +358,12 @@ services:
358358
USER: root
359359
ports:
360360
- 17005:8501
361-
healthcheck:
362-
test: ["CMD", "curl", "-I", "localhost:8501"]
363-
interval: 30s
364-
timeout: 10s
365-
retries: 3
366-
start_period: 20s
361+
# healthcheck:
362+
# test: ["CMD", "curl", "-I", "localhost:8501"]
363+
# interval: 30s
364+
# timeout: 10s
365+
# retries: 3
366+
# start_period: 20s
367367
networks:
368368
- nebula-net
369369
pull_policy: always

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.16, NebulaGraph: v3.6.0, NebulaGraph Studio: v3.7.0
90+
NebulaGraph for Docker Desktop Extension 0.4.17, NebulaGraph: v3.6.0, NebulaGraph Studio: v3.7.0
9191
</Typography>
9292
</Box>
9393

0 commit comments

Comments
 (0)