Trading-Bot icon indicating copy to clipboard operation
Trading-Bot copied to clipboard

[Feature Request] Use docker image freqtradeorg/freqtrade

Open rubenverhoef opened this issue 3 years ago • 4 comments

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!

rubenverhoef avatar Apr 14 '21 06:04 rubenverhoef

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!

Ph3nol avatar Apr 14 '21 14:04 Ph3nol

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?

rubenverhoef avatar Apr 15 '21 06:04 rubenverhoef

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.

Ph3nol avatar Apr 15 '21 09:04 Ph3nol

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

nightshift2k avatar Apr 16 '21 10:04 nightshift2k