Add: docker compose file for CashFab(Pawns.app, Honeygain)
All checks were successful
/ test (push) Successful in 30s
All checks were successful
/ test (push) Successful in 30s
This commit is contained in:
parent
5caad1050f
commit
57013b3f25
3 changed files with 46 additions and 0 deletions
14
Docker/Docker-Compose/CashFab/env-sample
Normal file
14
Docker/Docker-Compose/CashFab/env-sample
Normal file
|
@ -0,0 +1,14 @@
|
|||
# DNS servers
|
||||
DNS_PRIMARY=9.9.9.9 # Qued9
|
||||
DNS_SECONDARY=149.112.112.112 # Qued9
|
||||
|
||||
# Device name that will be used to identify the device in both Pawns and Honeygain
|
||||
DEVICE_NAME='<device-name>'
|
||||
|
||||
# Pawns CLI email and password
|
||||
IPROYALPAWNS_EMAIL='<your-email@example.com>'
|
||||
IPROYALPAWNS_PASSWD='<password>'
|
||||
|
||||
# Honeygain email and password
|
||||
HONEYGAIN_EMAIL='your-email@example.com'
|
||||
HONEYGAIN_PASSWD='<password>'
|
Loading…
Add table
Add a link
Reference in a new issue