Cyphernode build of sparkwallet

This commit is contained in:
kexkey
2019-03-31 15:35:38 -04:00
committed by kexkey
parent 8d2670f589
commit 769520343a
2 changed files with 3 additions and 2 deletions

3
dist/setup.sh vendored
View File

@@ -711,7 +711,7 @@ OTSCLIENT_VERSION="v0.2.0-rc.1"
PYCOIN_VERSION="v0.2.0-rc.1"
BITCOIN_VERSION="v0.17.1"
LIGHTNING_VERSION="v0.7.0"
SPARKWALLET_VERSION="standalone"
SPARKWALLET_VERSION="v0.2.3"
SETUP_DIR=$(dirname $(realpath $0))
@@ -767,6 +767,7 @@ if [[ $nbbuiltimgs -gt 1 ]]; then
PROXYCRON_VERSION="$PROXYCRON_VERSION-local"
OTSCLIENT_VERSION="$OTSCLIENT_VERSION-local"
PYCOIN_VERSION="$PYCOIN_VERSION-local"
SPARKWALLET_VERSION="$SPARKWALLET_VERSION-local"
fi
fi

View File

@@ -136,7 +136,7 @@ services:
sparkwallet:
command: --login "cyphernode:sparkwallet" --no-tls
image: shesek/spark-wallet:standalone
image: cyphernode/sparkwallet:<%= sparkwallet_version %>
volumes:
- "<%= lightning_datapath %>:/etc/lightning"
- "<%= lightning_datapath %>/sparkwallet:/data"