You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
563 B
23 lines
563 B
5 years ago
|
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:
|
||
5 years ago
|
exclusive:
|
||
5 years ago
|
- pruning
|