mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-18 23:44:36 +01:00
Fix on variables
This commit is contained in:
@@ -19,8 +19,8 @@ services:
|
||||
nbxplorer:
|
||||
environment:
|
||||
NBXPLORER_CHAINS: "btg"
|
||||
NBXPLORER_BTCRPCURL: http://bgoldd:43782/
|
||||
NBXPLORER_BTCNODEENDPOINT: bgoldd:39388
|
||||
NBXPLORER_BTGRPCURL: http://bgoldd:43782/
|
||||
NBXPLORER_BTGNODEENDPOINT: bgoldd:39388
|
||||
links:
|
||||
- bgoldd
|
||||
volumes:
|
||||
@@ -28,6 +28,6 @@ services:
|
||||
btcpayserver:
|
||||
environment:
|
||||
BTCPAY_CHAINS: "btg"
|
||||
BTCPAY_BTCEXPLORERURL: http://nbxplorer:32838/
|
||||
BTCPAY_BTGEXPLORERURL: http://nbxplorer:32838/
|
||||
volumes:
|
||||
bitcoingold_datadir:
|
||||
Reference in New Issue
Block a user