Ph3nol / Trading-Bot

Automated Trading Bot based on managed instances of Freqtrade, fully Dockerized.
135 stars 44 forks source link

[Feature Request] Use docker image freqtradeorg/freqtrade #8

Open rubenverhoef opened 3 years ago

rubenverhoef commented 3 years ago

Is it possible to use the freqtradeorg/freqtrade:stable:stable or freqtradeorg/freqtrade:stable:develop in stead of your docker image? Right now your docker image is out of date and it would be nice to have this configurable (for each instance).

Thanks!

Ph3nol commented 3 years ago

Hello !

Yes of course it could be a nice idea, but base freqtradeorg/freqtrade:stable image does not contain technical pip package, used by a lot of strategies.

I will make it customizable from manager.yaml file, like this: image

On the roadmap for soon!

rubenverhoef commented 3 years ago

You are right about the technical package.

Setting it in the manager.yaml would be great! Maybe it is possible to let the manager build the docker images "on the fly"? So we can specify the version and additional packages in the manager.yaml?

Ph3nol commented 3 years ago

I will think about it before dev it. For instant, I've updated this Trading Bot Docker images. You can update with curl -sSL https://raw.githubusercontent.com/Ph3nol/Trading-Bot/master/install | sh.

nightshift2k commented 3 years ago

I have an ansible playbook for exactly that case (updating dockers before running the bot), maybe it's worth sharing it on github