maltokyo
5 years ago
committed by
Nicolas Dorier
2 changed files with 21 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||
version: "3" |
|||
|
|||
services: |
|||
bitcoind: |
|||
environment: |
|||
BITCOIN_EXTRA_ARGS: | |
|||
txindex=1 |
|||
rpcauth=electrumx:7d8ee47c089e6072635f82b34796e878$$13649d99453ccdf78e85007286422599c00e6953289f41bf8e92961076ba14db |
|||
electrumx: |
|||
image: lukechilds/electrumx |
|||
restart: unless-stopped |
|||
ports: |
|||
- "50002:50002" |
|||
volumes: |
|||
- "electrumx_datadir:/data" |
|||
environment: |
|||
- DAEMON_URL=electrumx:1VmSUVGBuLNWvZl0LExRDW0tvl6196-47RfXIzS384g=@bitcoind:43782 |
|||
- COIN=BitcoinSegwit |
|||
volumes: |
|||
electrumx_datadir: |
Loading…
Reference in new issue