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.

22 lines
445 B

version: "2"
services:
vertcoind:
image: lukechilds/vertcoind
expose:
- "8332"
ports:
- "8333:8333"
volumes:
- ./data/vertcoind:/data
command: -rpcuser=electrum -rpcpassword=electrum
electrumx:
image: lukechilds/electrumx
ports:
- "55002:50002"
volumes:
- ./data/electrumx:/data
environment:
- DAEMON_URL=http://electrum:electrum@vertcoind:8332
- COIN=Vertcoin