Skip to content

Commit

Permalink
Merge branch 'vesoft-inc:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
riverzzz authored Dec 23, 2021
2 parents 1471166 + 14f29ef commit e3de154
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion nebula-exchange/src/test/resources/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,22 @@ services:
restart: on-failure
cap_add:
- SYS_PTRACE


console:
image: vesoft/nebula-console:nightly
entrypoint: ""
command:
- sh
- -c
- |
sleep 3 &&
nebula-console -addr graphd0 -port 9669 -u root -p nebula -e 'ADD HOSTS "172.28.2.1":9779,"172.28.2.2":9779,"172.28.2.3":9779' &&
sleep 36000
depends_on:
- graphd0
networks:
- nebula-net

networks:
nebula-net:
ipam:
Expand Down

0 comments on commit e3de154

Please sign in to comment.