Guide to deploying and installing Cassandre
I wrote a guide to help you deploy Cassandre trading bot to a production system. Of course, there are lots of ways to do it so this is just one point of view.
The idea is to run it with three docker images :
A Postgresql image to backup trades & positions from our trading bot.
A Postgresql backup image to automatically backup data from Postgresql.
Your trading bot image built with the
mvn spring-boot:build-image
command.
In this guide, every tagged version on your trading bot will start continuous integration that will build the image, stop the running trading bot and run the new one.
You can read it here.