mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-13 05:20:40 +02:00
different database per chain
This commit is contained in:
parent
3344d70a43
commit
a237a23944
@ -56,7 +56,7 @@ services:
|
|||||||
- "49392"
|
- "49392"
|
||||||
environment:
|
environment:
|
||||||
# BTCPay settings
|
# BTCPay settings
|
||||||
BTCPAY_POSTGRES: User ID=postgres;Host=postgres;Port=5432;Database=btcpayserver
|
BTCPAY_POSTGRES: User ID=postgres;Host=postgres;Port=5432;Database=btcpayserver${NBITCOIN_NETWORK-regtest}
|
||||||
BTCPAY_NETWORK: ${NBITCOIN_NETWORK-regtest}
|
BTCPAY_NETWORK: ${NBITCOIN_NETWORK-regtest}
|
||||||
BTCPAY_EXPLORERURL: http://nbxplorer:32838/
|
BTCPAY_EXPLORERURL: http://nbxplorer:32838/
|
||||||
BTCPAY_BIND: 0.0.0.0:49392
|
BTCPAY_BIND: 0.0.0.0:49392
|
||||||
|
Loading…
Reference in New Issue
Block a user