Update NBXplorer, add documentation about BTCPAY_PROTOCOL for local testing

This commit is contained in:
nicolas.dorier
2018-03-21 15:05:27 +09:00
parent 378746380c
commit a3e84542fb
14 changed files with 30 additions and 27 deletions

View File

@@ -12,7 +12,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}/
# NGINX settings
VIRTUAL_NETWORK: nginx-proxy
@@ -32,7 +32,7 @@ services:
nbxplorer:
restart: always
image: nicolasdorier/nbxplorer:1.0.1.23
image: nicolasdorier/nbxplorer:1.0.1.24
expose:
- "32838"
environment: