Skip to content

Commit

Permalink
Peer2Profit update + container names
Browse files Browse the repository at this point in the history
  • Loading branch information
jf-m committed Feb 16, 2024
1 parent 9ee813f commit ddd8c8d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ If you do not live in the UK, I recommend that you try them out first and review

### Account creation

Create your account on the following website
Create your account on the following telegram channel. Peer2Profit no longer have a website, everything is performed through a Telegram channel (Payouts, Balance, ...)

[https://p2pr.me](https://p2pr.me/1669297549637f758d3c27b "https://p2pr.me")
[https://t.me/peer2profit_app_bot](https://t.me/peer2profit_app_bot?start=1669297549637f758d3c27b "https://t.me/peer2profit_app_bot")

### Update the docker-compose

Expand Down
16 changes: 14 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:

#EarnApp Configuration
earnapp:
container_name: earnapp
image: fazalfarhan01/earnapp:lite
restart: always
environment:
Expand All @@ -15,6 +16,7 @@ services:

#HoneyGain Configuration
honeygain:
container_name: honeygain
image: honeygain/honeygain
command: -tou-accept -email 'YOUR_HONEYGAIN_EMAIL_ADDRESS' -pass 'YOUR_USER_HONEYGAIN_PASSWORD' -device EarningMachine
restart: always
Expand All @@ -25,17 +27,20 @@ services:

#Peer2Profit Configuration
peer2profit:
image: lyenliang/peer2profit_x86_64:latest
container_name: peer2profit
image: enwaiax/peer2profit:latest
restart: always
environment:
- P2P_EMAIL=YOUR_PEER2PROFIT_EMAIL_ADDRESS
- email=YOUR_PEER2PROFIT_EMAIL_ADDRESS
- use_proxy=false
networks:
default:
ipv4_address: 172.106.0.30
#end of Peer2Profit Configuration

#PacketStream Configuration
psclient:
container_name: psclient
image: packetstream/psclient:latest
restart: always
environment:
Expand All @@ -48,6 +53,7 @@ services:
depends_on:
- psclient
image: containrrr/watchtower
container_name: pswatchtower
command: --cleanup --include-stopped --revive-stopped --interval 60 earning-machine_psclient_1
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Expand All @@ -59,6 +65,7 @@ services:

#Pawns Configuration
pawns:
container_name: pawn
image: iproyal/pawns-cli:latest
command: -email='YOUR_PAWNS_EMAIL_ADDRESS' -password='YOUR_PAWNS_USER_PASSWORD' -device-name=EarningMachine -accept-tos
restart: always
Expand All @@ -69,6 +76,7 @@ services:

#Bitping Configuration
bitping:
container_name: bitping
image: bitping/bitping-node:latest
restart: always
volumes:
Expand All @@ -80,6 +88,7 @@ services:

#TraffMonetizer Configuration
traffmonetizer:
container_name: traffmonetizer
image: traffmonetizer/cli:latest
restart: always
command: start accept --token YOUR_TRAFFMONETIZER_TOKEN
Expand All @@ -90,6 +99,7 @@ services:

#Repocket Configuration
repocket:
container_name: repocket
image: repocket/repocket:latest
restart: always
environment:
Expand All @@ -102,6 +112,7 @@ services:

#Proxylite Configuration
proxylite:
container_name: proxylite
image: proxylite/proxyservice:latest
restart: always
environment:
Expand All @@ -113,6 +124,7 @@ services:

#ProxyRack Configuration
proxyrack:
container_name: proxyrack
image: proxyrack/pop:latest
restart: always
environment:
Expand Down

0 comments on commit ddd8c8d

Please sign in to comment.