1
0

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

@@ -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}
@@ -27,7 +27,7 @@ services:
- "80:49392"
nbxplorer:
restart: always
image: nicolasdorier/nbxplorer:1.0.1.23
image: nicolasdorier/nbxplorer:1.0.1.24
expose:
- "32838"
environment: