From a237a239449cfee00902c2b3acf44a06b6206b2c Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Mon, 18 Dec 2017 01:53:31 +0900 Subject: [PATCH] different database per chain --- Production/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Production/docker-compose.yml b/Production/docker-compose.yml index 3abb55b..b5c8381 100644 --- a/Production/docker-compose.yml +++ b/Production/docker-compose.yml @@ -56,7 +56,7 @@ services: - "49392" environment: # 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_EXPLORERURL: http://nbxplorer:32838/ BTCPAY_BIND: 0.0.0.0:49392