shotit-api
The ultimate brain of Shotit, in charge of task coordination.
667
The ultimate brain of shotit, in charge of task coordination.
Install:
git clone https://github.com/shotit/shotit-api.git
cd shotit-api
yarn install
Install Prerequisites by docker compose first, docker-desktop required:
.env.example to .env.env as appropriate for your setup, as is for the first time.milvus.yaml.example to milvus.yamlmilvus.yaml as appropriate for your setup, as is for the first time.(Windows or Mac):
docker compose up -d
(Linux):
docker-compose up -d
You can use pm2 to run this in background in cluster mode.
Use below commands to start / restart / stop / log server.
yarn start
yarn stop
yarn reload
yarn restart
yarn delete
yarn logs
To change the number of nodejs instances, edit ecosystem.config.json
Content type
Image
Digest
sha256:651f834ba…
Size
508.1 MB
Last updated
11 days ago
docker pull lesliewong007/shotit-api:v0.9.19