1
0

Migrate NBX to postgres (#622)

* Migrate NBX to postgres

* bump

* bump

* Add applicatoin name to connectoin string

* Add link postgres

* Change Max Pool Size

* maxPool size
This commit is contained in:
Nicolas Dorier
2022-04-04 15:50:02 +09:00
committed by GitHub
parent 8f1f4c6089
commit 575785abf1
4 changed files with 14 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ services:
- "49392"
environment:
# BTCPay settings
BTCPAY_POSTGRES: User ID=postgres;Host=postgres;Port=5432;Database=btcpayserver${NBITCOIN_NETWORK:-regtest}
BTCPAY_POSTGRES: User ID=postgres;Host=postgres;Port=5432;Application Name=btcpayserver;Database=btcpayserver${NBITCOIN_NETWORK:-regtest}
BTCPAY_NETWORK: ${NBITCOIN_NETWORK:-regtest}
BTCPAY_BIND: 0.0.0.0:49392
BTCPAY_ROOTPATH: ${BTCPAY_ROOTPATH:-/}