Skip to content

Commit

Permalink
Merge pull request #35 from nebula-contrib/fix_gephi_hc
Browse files Browse the repository at this point in the history
fix: gephi healthcheck failure
  • Loading branch information
wey-gu authored Sep 3, 2023
2 parents ef48d01 + bb4dda9 commit ddcdc79
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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="Web Console with arm64 support!" \
com.docker.extension.changelog="Fixed gephi container unhealthy" \
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
12 changes: 6 additions & 6 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -358,12 +358,12 @@ services:
USER: root
ports:
- 17005:8501
healthcheck:
test: ["CMD", "curl", "-I", "localhost:8501"]
interval: 30s
timeout: 10s
retries: 3
start_period: 20s
# healthcheck:
# test: ["CMD", "curl", "-I", "localhost:8501"]
# interval: 30s
# timeout: 10s
# retries: 3
# start_period: 20s
networks:
- nebula-net
pull_policy: always
Expand Down
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.16, NebulaGraph: v3.6.0, NebulaGraph Studio: v3.7.0
NebulaGraph for Docker Desktop Extension 0.4.17, NebulaGraph: v3.6.0, NebulaGraph Studio: v3.7.0
</Typography>
</Box>

Expand Down

0 comments on commit ddcdc79

Please sign in to comment.