Allow NBX to provide rpc proxy
This allows btcpay to use the node rpc directly instead of needing direct rpc access. Should not be any security implications since nbx is still an internal service.
This commit is contained in:
parent
31c4fb7fbb
commit
c068f89313
@ -15,6 +15,7 @@ services:
|
||||
NBXPLORER_POSTGRES: User ID=postgres;Host=postgres;Port=5432;Application Name=nbxplorer;MaxPoolSize=20;Database=nbxplorer${NBITCOIN_NETWORK:-regtest}
|
||||
NBXPLORER_AUTOMIGRATE: 1
|
||||
NBXPLORER_NOMIGRATEEVTS: 1
|
||||
NBXPLORER_EXPOSERPC: 1
|
||||
links:
|
||||
- postgres
|
||||
volumes:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user