Compare commits

...

1 Commits

Author SHA1 Message Date
Andrew Camilleri
c068f89313
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.
2023-01-09 09:26:32 +01:00

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: