ProfitTrailer is a smart crypto currency trading bot. It gives you the ability to trade using different exchanges in a fast and simple way. For easier deployment, I set up a Docker Container.
For more information about ProfitTrailer :
- Official website : https://profittrailer.com
- Wiki : https://wiki.profittrailer.io
- Github : https://github.com/taniman/profit-trailer
COPY your *.properties in your PHYSICAL MOUNT PATH
then start a new container with a volume for your config files
docker run -d --restart=always --name=profittrailer -p 0.0.0.0:8081:8081 \
-v /physicalpath/profittrailer:/app/ProfitTrailer gdomod/profit-trailer
If u want to update Profittrailer , just delete Profittrailer.jar rm /physicalpath/profittrailer/Profittrailer.jar
in mounted path and docker restart profittrailer
u can debug with docker logs profittrailer -f
u can restart with docker restart profittrailer
If u want to use different Port u need to change public port and private -p 0.0.0.0:8083:8083
port in config.properties to same.
Based on the work of Beemster, go check it out here https://github.com/beemster/profittrailer