Added NETWORK environment variable to btcd and ltcd services

This commit is contained in:
Neevai Esinly 2019-05-15 11:35:03 +03:00
parent 1acd38e48c
commit 9b516b7930

View File

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