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
445 B

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