Skip to content

Docker container for the ProfitTrailer bot

Notifications You must be signed in to change notification settings

BBoBBG/profit-trailer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProfitTrailer for Kubernetes

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 forked this Docker image and added a Helm chart so I can install multiple PT bots in my K8S/Rancher cluster with SSL offloading out-of-the-box and asumes that you have a valid domain.

For more information about ProfitTrailer :

Usage

Start a new container with a volume for your config files

  • Docker

    docker run -d --name profit-trailer -p 8081:8081 lucasconde/profit-trailer:latest for latest production image

    docker run -d --name profit-trailer -p 8081:8081 lucasconde/profit-trailer:x.x.x for specific image

  • Kubernetes

    If you already have created the namespace remove --create-namespace

    helm install --dry-run --debug --namespace <NAMESPACE_NAME> --create-namespace profit-trailer ./ptchart/ --set ingress.host=<YOUR_DOMAIN>

    Check values.yaml for default/possible values, by default certificate will be created using Let's Encrypt staging.

Please note that I started using Docker Hub starting from version 2.4.34, if you need older versions you need to download the source code and add the version you need.

Docker Stars Docker Pulls

About

Docker container for the ProfitTrailer bot

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Mustache 58.5%
  • Shell 31.7%
  • Dockerfile 9.8%