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.

24 lines
505 B

7 years ago
version: "2"
7 years ago
services:
7 years ago
7 years ago
vertcoind:
image: lukechilds/vertcoind
expose:
- "5888"
7 years ago
ports:
- "5889:5889"
7 years ago
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:5888
7 years ago
- COIN=Vertcoin
- DONATION_ADDRESS=Vh7P3xQZzQFqsrmQtZr9nZr12rySjos2Sv