From ddd8c8dd735fcbf65146e4fc90db220da0fc9bf3 Mon Sep 17 00:00:00 2001 From: Jeff Meinesz Date: Fri, 16 Feb 2024 09:59:00 +0000 Subject: [PATCH] Peer2Profit update + container names --- README.md | 4 ++-- docker-compose.yml | 16 ++++++++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 226586e..597b600 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index 693cf20..659d329 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,6 +4,7 @@ services: #EarnApp Configuration earnapp: + container_name: earnapp image: fazalfarhan01/earnapp:lite restart: always environment: @@ -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 @@ -25,10 +27,12 @@ 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 @@ -36,6 +40,7 @@ services: #PacketStream Configuration psclient: + container_name: psclient image: packetstream/psclient:latest restart: always environment: @@ -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 @@ -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 @@ -69,6 +76,7 @@ services: #Bitping Configuration bitping: + container_name: bitping image: bitping/bitping-node:latest restart: always volumes: @@ -80,6 +88,7 @@ services: #TraffMonetizer Configuration traffmonetizer: + container_name: traffmonetizer image: traffmonetizer/cli:latest restart: always command: start accept --token YOUR_TRAFFMONETIZER_TOKEN @@ -90,6 +99,7 @@ services: #Repocket Configuration repocket: + container_name: repocket image: repocket/repocket:latest restart: always environment: @@ -102,6 +112,7 @@ services: #Proxylite Configuration proxylite: + container_name: proxylite image: proxylite/proxyservice:latest restart: always environment: @@ -113,6 +124,7 @@ services: #ProxyRack Configuration proxyrack: + container_name: proxyrack image: proxyrack/pop:latest restart: always environment: