diff --git a/docker-compose.yaml b/docker-compose.yaml index 9cc0f61..03b0010 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -353,7 +353,7 @@ services: nebulagraph_gephi: labels: - "com.vesoft.scope=utils" - image: weygu/nebulagraph-gephi-exchange:v1 + image: weygu/nebulagraph-gephi-exchange:v0.1 environment: USER: root ports: @@ -367,25 +367,6 @@ services: networks: - nebula-net - studio_lagacy: - # profiles: ["studio"] - labels: - - "com.vesoft.scope=utils" - platform: linux/amd64 - image: vesoft/nebula-graph-studio:v3.2.5 - environment: - USER: root - ports: - - 17002:7001 - healthcheck: - test: ["CMD", "netstat", "-plunt", "| grep 7001"] - interval: 30s - timeout: 10s - retries: 3 - start_period: 20s - networks: - - nebula-net - webshell: # profiles: ["webshell"] labels: @@ -410,4 +391,4 @@ services: - ~/.nebulagraph/:/host_data/ networks: - nebula-net: \ No newline at end of file + nebula-net: diff --git a/ui/src/App.tsx b/ui/src/App.tsx index eab2415..644c9fd 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -39,20 +39,6 @@ export function App() { - - - - - -