Open rubenverhoef opened 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:
On the roadmap for soon!
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
?
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
.
I have an ansible playbook for exactly that case (updating dockers before running the bot), maybe it's worth sharing it on github
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!