Vortex share the same config and dependent services with aurora. Make sure dependent services are available before start vortex server.
- MongoDB
Build
make deps vortex
Run
make run
make docker.build
- Start dependent services like mongo or influxdb
- Use docker run with host network
docker run -it --network=host asia.gcr.io/linker-aurora/vortex:<git-branch> bash
// example
docker run -it --network=host asia.gcr.io/linker-aurora/vortex:develop bash