Skip to content

gdomod/profit-trailer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ProfitTrailer for Docker

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 :

Usage

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

Change Port

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.

Docker Stars Docker Pulls

Credit

Based on the work of Beemster, go check it out here https://github.com/beemster/profittrailer

About

Docker container for the ProfitTrailer bot

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%