mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-19 15:04:21 +01:00
rename to bgold
This commit is contained in:
@@ -15,7 +15,7 @@ services:
|
|||||||
- "43782"
|
- "43782"
|
||||||
- "39388"
|
- "39388"
|
||||||
volumes:
|
volumes:
|
||||||
- "bitcoingold_datadir:/data"
|
- "bgold_datadir:/data"
|
||||||
nbxplorer:
|
nbxplorer:
|
||||||
environment:
|
environment:
|
||||||
NBXPLORER_CHAINS: "btg"
|
NBXPLORER_CHAINS: "btg"
|
||||||
@@ -24,10 +24,10 @@ services:
|
|||||||
links:
|
links:
|
||||||
- bgoldd
|
- bgoldd
|
||||||
volumes:
|
volumes:
|
||||||
- "bitcoingold_datadir:/root/.bitcoingold"
|
- "bgold_datadir:/root/.bitcoingold"
|
||||||
btcpayserver:
|
btcpayserver:
|
||||||
environment:
|
environment:
|
||||||
BTCPAY_CHAINS: "btg"
|
BTCPAY_CHAINS: "btg"
|
||||||
BTCPAY_BTGEXPLORERURL: http://nbxplorer:32838/
|
BTCPAY_BTGEXPLORERURL: http://nbxplorer:32838/
|
||||||
volumes:
|
volumes:
|
||||||
bitcoingold_datadir:
|
bgold_datadir:
|
||||||
@@ -38,12 +38,12 @@ namespace DockerGenerator
|
|||||||
CryptoFragment = "bitcoin",
|
CryptoFragment = "bitcoin",
|
||||||
CLightningFragment = "bitcoin-clightning",
|
CLightningFragment = "bitcoin-clightning",
|
||||||
},
|
},
|
||||||
new CryptoDefinition()
|
new CryptoDefinition()
|
||||||
{
|
{
|
||||||
Crypto = "btg",
|
Crypto = "btg",
|
||||||
CryptoFragment = "bitcoingold",
|
CryptoFragment = "bgold",
|
||||||
CLightningFragment = null,
|
CLightningFragment = null,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user