New features
- Allow entering more decimals for the last buy price
- Override buy/sell configuration per symbol
- Support PWA for frontend - now support "Add to Home screen"
- Enable/Disable symbols trading, but continue to monitor
How to update
If use docker-compose.yml
$ docker-compose up -d --build
If use docker-compose.server.yml
$ docker-compose -f docker-compose.server.yml pull
$ docker-compose -f docker-compose.server.yml up -d
If use docker-compose.rpi.yml
$ docker build . --build-arg NODE_ENV=production --target production-stage -t chrisleekr/binance-trading-bot:latest
$ docker-compose -f docker-compose.rpi.yml up -d