Update NBXplorer, add documentation about BTCPAY_PROTOCOL for local testing
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
||||
BTCPAY_POSTGRES: User ID=postgres;Host=postgres;Port=5432;Database=btcpayserver${NBITCOIN_NETWORK:-regtest}
|
||||
BTCPAY_NETWORK: ${NBITCOIN_NETWORK:-regtest}
|
||||
BTCPAY_BIND: 0.0.0.0:49392
|
||||
BTCPAY_EXTERNALURL: https://${BTCPAY_HOST}/
|
||||
BTCPAY_EXTERNALURL: ${BTCPAY_PROTOCOL:-https}://${BTCPAY_HOST}/
|
||||
VIRTUAL_NETWORK: nginx-proxy
|
||||
VIRTUAL_PORT: 49392
|
||||
VIRTUAL_HOST: ${BTCPAY_HOST}
|
||||
@@ -30,7 +30,7 @@ services:
|
||||
- "80:49392"
|
||||
nbxplorer:
|
||||
restart: always
|
||||
image: nicolasdorier/nbxplorer:1.0.1.23
|
||||
image: nicolasdorier/nbxplorer:1.0.1.24
|
||||
expose:
|
||||
- "32838"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user