Preparing for testing of LND Seed Backup

This commit is contained in:
rockstardev
2019-11-10 07:17:39 -06:00
parent 1b5e6fe7a8
commit 16639beefc
3 changed files with 3 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ version: "3"
services:
lnd_bitcoin:
image: btcpayserver/lnd:v0.7.1-beta
image: btcpayserver/lnd:v0.7.1-beta-withseed
container_name: btcpayserver_lnd_bitcoin
restart: unless-stopped
environment:
@@ -25,7 +25,6 @@ services:
adminmacaroonpath=/data/admin.macaroon
invoicemacaroonpath=/data/invoice.macaroon
readonlymacaroonpath=/data/readonly.macaroon
noseedbackup=1
notls=1
ports:
- "9735:9735"

View File

@@ -4,7 +4,7 @@ services:
btcpayserver:
restart: unless-stopped
image: ${BTCPAY_IMAGE:-btcpayserver/btcpayserver:1.0.3.137}
image: ${BTCPAY_IMAGE:-btcpayserver/btcpayserver:lndseedbackup}
expose:
- "49392"
environment:

View File

@@ -2,7 +2,7 @@ version: "3"
services:
lnd_litecoin:
image: btcpayserver/lnd:v0.7.1-beta
image: btcpayserver/lnd:v0.7.1-beta-withseed
container_name: btcpayserver_lnd_litecoin
restart: unless-stopped
environment:
@@ -23,7 +23,6 @@ services:
adminmacaroonpath=/data/admin.macaroon
invoicemacaroonpath=/data/invoice.macaroon
readonlymacaroonpath=/data/readonly.macaroon
noseedbackup=1
notls=1
ports:
- "9736:9736"