mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-09 14:24:50 +01:00
Cyphernode build of sparkwallet
This commit is contained in:
3
dist/setup.sh
vendored
3
dist/setup.sh
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user