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
17
Docker/Docker-Compose/CashFab/docker-compose.yml
Normal file
17
Docker/Docker-Compose/CashFab/docker-compose.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
version: "3"
|
||||
services:
|
||||
pawns-cli:
|
||||
restart: on-failure:5
|
||||
image: iproyal/pawns-cli:latest
|
||||
dns:
|
||||
- $DNS_PRIMARY
|
||||
- $DNS_SECONDARY
|
||||
command: -email=$IPROYALPAWNS_EMAIL -password='$IPROYALPAWNS_PASSWD' -device-name=$DEVICE_NAME -accept-tos
|
||||
|
||||
honeygain:
|
||||
restart: on-failure:5
|
||||
image: honeygain/honeygain
|
||||
dns:
|
||||
- $DNS_PRIMARY
|
||||
- $DNS_SECONDARY
|
||||
command: -tou-accept -email $HONEYGAIN_EMAIL -pass '$HONEYGAIN_PASSWD' -device $DEVICE_NAME
|
Loading…
Add table
Add a link
Reference in a new issue