Skip to content

Commit

Permalink
pt defender initial
Browse files Browse the repository at this point in the history
  • Loading branch information
Helmi committed Sep 17, 2018
1 parent 478f0b8 commit b1a18f8
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Expand Up @@ -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:__

Expand Down Expand Up @@ -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
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
21 changes: 21 additions & 0 deletions docker-compose.yml
Expand Up @@ -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
Expand Down

0 comments on commit b1a18f8

Please sign in to comment.