chrisleekr / binance-trading-bot

Automated Binance trading bot - Trade multiple cryptocurrencies. Buy low/sell high with Grid Trading. Integrated with TradingView technical analysis
MIT License
5k stars 1.09k forks source link

How to install in AWS ubuntu system and Can I keep it background service? #208

Closed YoungwoooKim closed 3 years ago

YoungwoooKim commented 3 years ago
Yse

Version

Description

How to install in AWS ubuntu system and Can I keep it background service?

I succeed to run your amazing product in Window system. But I want to install in AWS Ubuntu system for using your program as background service.

chrisleekr commented 3 years ago

Hi @YoungwoooKim

If you see the instructions, it's using the daemon mode of the docker-compose. It means it will run in the background.

Refer - https://github.com/chrisleekr/binance-trading-bot/blob/master/README.ko.md#%EC%82%AC%EC%9A%A9-%EB%B0%A9%EB%B2%95

docker-compose -f docker-compose.server.yml pull
docker-compose -f docker-compose.server.yml up -d

Close the issue if your issue is resovled.