From b1a18f84632032a7b8e8c99115c2e14be1b6cd74 Mon Sep 17 00:00:00 2001 From: Helmi Date: Mon, 17 Sep 2018 17:26:43 +0200 Subject: [PATCH] pt defender initial --- README.md | 15 +++++++++++++-- docker-compose.yml | 21 +++++++++++++++++++++ 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21dbf94..52dc5ba 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,15 @@ Currently these Addons are included and supported: - PT-Feeder (Market Trend / Config Automation) - PT-Tracker (simple, local statistics tool) - PT-Notifcations (Telegram/Discord Notifications for PT) +- PT-Defender (Bag-Busting Tool -> [Website](https://www.ptdefender.com/r/helmi) + +### Can I only use some of the addons? + +Sure, just open the `docker-compose.yml` file in your editor and comment out the "block" of the addon you don't want to use similar to how PT-Defender is commented out by default. ### What's the state of the Profit-Docker project? -This project is completely Work in progress and widely untested. Use at your own risk. More information and detailed instructions will follow later. So far only use as long as you know what you're doing. +This project is Work in progress and widely untested. Use at your own risk. More information and detailed instructions will follow later. So far only use as long as you know what you're doing. __Known limitiations/issues:__ @@ -124,4 +129,10 @@ git remote add destination https://github.com/your/repo/url.git git push destination master ``` -If you're familiar enough: Of course you can use whatever other name instead of `destination` and of course you also don't need to push to your `master` branch \ No newline at end of file +If you're familiar enough: Of course you can use whatever other name instead of `destination` and of course you also don't need to push to your `master` branch + +### Thanks to + +- Elroy for Profit-Trailer +- Mehtdaone for PT-Feeder +- [But4ler](https://github.com/But4ler/docker-ptdefender) for the inspiration and ideas for the PT-Defender Dockerfile \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 371bc8b..d463f72 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -77,6 +77,27 @@ services: depends_on: - profit-trailer + # pt-defender: + # image: helmi74/pd-pt-defender:latest + # volumes: + # - ./pt-defender:/headless/.config/PTDefender + # - ./profit-trailer:/mnt/profit-trailer + # ports: + # - 6901 + # restart: always + # networks: + # - proxynet + # environment: + # - "VNC_PW=ENTERYOURPASSWORDHERE" + # labels: + # - "traefik.enable=true" + # - "traefik.docker.network=${COMPOSE_PROJECT_NAME}_proxynet" # you need to change pd_ to something else if you use a different stack name when starting + # - "traefik.port=6901" + # - "traefik.backend=pt-defender" + # - "traefik.backend.loadbalancer.method=drr" + # - "traefik.frontend.rule=Host:bot1d.exampledomain.com" # change this to your hostname. That hostname needs to point to your server + # - "traefik.domain=bot1d.exampledomain.com" # change this to your hostname. That hostname needs to point to your server + loadbalancer: image: traefik restart: always