jakkie / profit-trailer-docker

Profit Trailer Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

profit-trailer-docker

Profit Trailer Docker

Docker Pulls Docker Build Status

Compatible with Profit Trailer bot version : v2.2.12 https://wiki.profittrailer.com/doku.php?id=start

Install Docker

  • Windows https://docs.docker.com/toolbox/toolbox_install_windows/
  • Mac OS https://docs.docker.com/docker-for-mac/install/
  • Linux Ubuntu https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-docker-ce

Quick Guide

Run latest Profit Trailer version

  • Download and edit application.properties with your license key and exchange apis, other wise the bot will not start. See for https://wiki.profittrailer.com/doku.php?id=start reference.
  • To Run Container and replace <your path> with the full path where the application.properties file and data folder are.
docker run -v <your path>/application.properties:/app/ProfitTrailer/application.properties -v <your path>/data:/app/ProfitTrailer/data -p 8081:8081 --name pt jakkie/profit-trailer-docker
  • After Profit Trailer is running browse to the url example http://your-ip:8081
http://localhost:8081

DIY Guide

Installing the container

  • Build the container from the Dockerfile.
docker build -t profit-trailer .
  • To build with a specific Profit Trailer version from version v2.2.12 and later. Just change the Profit Trailer version to the version you want. To see which versions are available go to https://github.com/taniman/profit-trailer/releases
docker build -t profit-trailer --build-arg PT_VERSION=2.2.12

Running Profit Trailer with docker-compose

  • To install docker compose see https://docs.docker.com/compose/install/
  • Copy your configs files to where your docker-compose file is.
  • To start docker-compose to run the container.
docker-compose up -d
  • After Profit Trailer is running check the Profit Trailer logs.
docker logs profittrailer

Upgrade to new version

  • To upgrade to the latest Profit Trailer bot version, pull the latest version from docker hub.
docker-compose pull
  • Stop and remove container.
docker-compose down
  • Run it again.
docker-compose up -d

Donations are also very welcomed and appreciated:

BTC: 1JvpPGe22ViBYNiNrA3nwtg71Jta5vqXAi

BCH: qzndnssc368k5h5ndg6h2d5pewmkycd50c9gxcpre6

LTC: LWRDbKva26cATarA2PoTXTpKVJwCRCzbNC

ETH: 0x13346b1DcF1f923bD357a1C8900C4475342e5255

ZEC: t1YgFzgYdRymwJcwTBaS1harBf1sPakgbZ4

DASH: XanACebtJkEZsfRaMahbnqCU4LPt42e3mE

About

Profit Trailer Docker


Languages

Language:Dockerfile 100.0%