Included detailed installation steps and made the Bitcoin node default in stack

This commit is contained in:
kexkey
2018-10-01 13:08:47 -04:00
parent 770fe3fd13
commit 20eac7ef74
4 changed files with 155 additions and 8 deletions

View File

@@ -56,19 +56,19 @@ services:
networks:
- cyphernodenet
# spbtcnode:
btcnode:
# Bitcoin node
# image: btcnode
image: btcnode
# ports:
# - "18333:18333"
# - "18332:18332"
# - "29000:29000"
# - "8333:8333"
# - "8332:8332"
# volumes:
# - "~/.bitcoin:/bitcoinuser/.bitcoin"
# networks:
# - cyphernodenet
volumes:
- "~/.bitcoin:/bitcoinuser/.bitcoin"
networks:
- cyphernodenet
networks:
cyphernodenet: