Skip to content

Commit

Permalink
Update botema.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathrao authored Jul 26, 2020
1 parent 52abf3e commit 58cd898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bot/scripts/botema.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DOCKER_IMG=leverj/leverj-mm:develop
OLD=$(docker ps -aqf name=$BOT_NAME)
[ -n "$OLD" ] && docker stop $OLD && docker rm $OLD

ENVS="-e NODE_ENV=develop -e BOT_APP=spot -e STRATEGY=EMA -e QUANTITY=0.1 -e INST_ID=LEVETH"
ENVS="-e NODE_ENV=livenet -e BOT_APP=spot -e STRATEGY=EMA -e QUANTITY=0.1 -e INST_ID=ETHDAI"
docker run --cap-drop ALL --read-only --restart=unless-stopped --name "$BOT_NAME" \
-d -v $KEY_FOLDER:/privateKey \
$ENVS \
Expand Down

0 comments on commit 58cd898

Please sign in to comment.