Skip to content

Commit

Permalink
Add Packetshare reward integration
Browse files Browse the repository at this point in the history
  • Loading branch information
XternA committed Oct 1, 2024
1 parent e483f98 commit 7b887f0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
"PACKETSHARE_EMAIL",
"PACKETSHARE_PASSWORD"
],
"is_enabled": true
"is_enabled": true,
"service_enabled": true
}
]
16 changes: 16 additions & 0 deletions compose/compose.service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,19 @@ services:
cpus: $ALT_MIN_CPU_LIMIT
mem_limit: $RAM_LIMIT
mem_reservation: $RAM_RESERVE

packetshare-pot:
container_name: packetshare-pot
image: ghcr.io/xterna/packetshare-pot
restart: always
environment:
- EMAIL=${PACKETSHARE_EMAIL:-}
- PASSWORD=${PACKETSHARE_PASSWORD:-}
profiles:
- ${PACKETSHARE_SERVICE:-DISABLED}
dns:
- 1.1.1.1
- 8.8.8.8
cpus: $ALT_MIN_CPU_LIMIT
mem_limit: $RAM_LIMIT
mem_reservation: $RAM_RESERVE

0 comments on commit 7b887f0

Please sign in to comment.