enarjord / passivbot_binance_isolated_margin_legacy

trading bot running on binance isolated margin
84 stars 30 forks source link

create docker-compose file #5

Closed netasolutions closed 4 years ago

netasolutions commented 4 years ago

First change your key on Dockerfile docker-compose up to start the bot

enarjord commented 4 years ago

I'm not familiar with docker at all

what is the purpose of it?

netasolutions commented 4 years ago

With docker you do not need to mess up with your environment configurations. It runs inside of a container and installs only needed packages to that container. I am running the bot inside docker on my server.