mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
Add ETH support (#337)
This commit is contained in:
parent
dec2e42b9b
commit
2a0638f3d1
@ -82,5 +82,12 @@
|
|||||||
"CLightningFragment": null,
|
"CLightningFragment": null,
|
||||||
"LNDFragment": null,
|
"LNDFragment": null,
|
||||||
"EclairFragment": null
|
"EclairFragment": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Crypto": "eth",
|
||||||
|
"CryptoFragment": "ethereum",
|
||||||
|
"CLightningFragment": null,
|
||||||
|
"LNDFragment": null,
|
||||||
|
"EclairFragment": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
6
docker-compose-generator/docker-fragments/ethereum.yml
Normal file
6
docker-compose-generator/docker-fragments/ethereum.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
version: "3"
|
||||||
|
|
||||||
|
services:
|
||||||
|
btcpayserver:
|
||||||
|
environment:
|
||||||
|
BTCPAY_CHAINS: "eth"
|
Loading…
Reference in New Issue
Block a user