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:
Andrew Camilleri 2023-01-09 09:26:32 +01:00 committed by GitHub
parent 31c4fb7fbb
commit c068f89313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: