mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-18 18:34:19 +01:00
Update NBXplorer, add documentation about BTCPAY_PROTOCOL for local testing
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user