Merge pull request #3031 from neevai/patch-1

Added NETWORK env var to btcd service
This commit is contained in:
Wilmer Paulino
2019-06-06 13:12:27 -07:00
committed by GitHub

View File

@ -22,6 +22,7 @@ services:
environment: environment:
- DEBUG - DEBUG
- MINING_ADDRESS - MINING_ADDRESS
- NETWORK
entrypoint: ["./start-btcd.sh"] entrypoint: ["./start-btcd.sh"]
btcctl: btcctl:
@ -53,6 +54,7 @@ services:
environment: environment:
- DEBUG - DEBUG
- MINING_ADDRESS - MINING_ADDRESS
- NETWORK
entrypoint: ["./start-ltcd.sh"] entrypoint: ["./start-ltcd.sh"]
ltcctl: ltcctl: