mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-17 20:55:04 +01:00
Upgraded Bitcoin Core to v0.19.1 and C-Lightning to v0.8.2
This commit is contained in:
4
build.sh
4
build.sh
@@ -11,8 +11,8 @@ NOTIFIER_VERSION="v0.3.2-local"
|
|||||||
PROXYCRON_VERSION="v0.3.2-local"
|
PROXYCRON_VERSION="v0.3.2-local"
|
||||||
OTSCLIENT_VERSION="v0.3.2-local"
|
OTSCLIENT_VERSION="v0.3.2-local"
|
||||||
PYCOIN_VERSION="v0.3.2-local"
|
PYCOIN_VERSION="v0.3.2-local"
|
||||||
BITCOIN_VERSION="v0.19.0.1"
|
BITCOIN_VERSION="v0.19.1"
|
||||||
LIGHTNING_VERSION="v0.8.0"
|
LIGHTNING_VERSION="v0.8.2"
|
||||||
|
|
||||||
trace()
|
trace()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ export DEFAULT_CERT_HOSTNAME=disk0book.local
|
|||||||
export PROXYCRON_VERSION=v0.3.2
|
export PROXYCRON_VERSION=v0.3.2
|
||||||
export PYCOIN_VERSION=v0.3.2
|
export PYCOIN_VERSION=v0.3.2
|
||||||
export SETUP_VERSION=v0.3.2
|
export SETUP_VERSION=v0.3.2
|
||||||
export BITCOIN_VERSION=v0.19.0.1
|
export BITCOIN_VERSION=v0.19.1
|
||||||
export LIGHTNING_VERSION=v0.8.0
|
export LIGHTNING_VERSION=v0.8.2
|
||||||
export DEFAULT_DATADIR_BASE=$HOME
|
export DEFAULT_DATADIR_BASE=$HOME
|
||||||
export GATEKEEPER_VERSION=v0.3.2
|
export GATEKEEPER_VERSION=v0.3.2
|
||||||
export TOR_VERSION=v0.3.2
|
export TOR_VERSION=v0.3.2
|
||||||
|
|||||||
4
dist/setup.sh
vendored
4
dist/setup.sh
vendored
@@ -788,8 +788,8 @@ PROXYCRON_VERSION="v0.3.2"
|
|||||||
OTSCLIENT_VERSION="v0.3.2"
|
OTSCLIENT_VERSION="v0.3.2"
|
||||||
PYCOIN_VERSION="v0.3.2"
|
PYCOIN_VERSION="v0.3.2"
|
||||||
CYPHERAPPS_VERSION="v0.3.0"
|
CYPHERAPPS_VERSION="v0.3.0"
|
||||||
BITCOIN_VERSION="v0.19.0.1"
|
BITCOIN_VERSION="v0.19.1"
|
||||||
LIGHTNING_VERSION="v0.8.0"
|
LIGHTNING_VERSION="v0.8.2"
|
||||||
TRAEFIK_VERSION="v1.7.9-alpine"
|
TRAEFIK_VERSION="v1.7.9-alpine"
|
||||||
MOSQUITTO_VERSION="1.6"
|
MOSQUITTO_VERSION="1.6"
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ services:
|
|||||||
##########################
|
##########################
|
||||||
|
|
||||||
bitcoin:
|
bitcoin:
|
||||||
image: cyphernode/bitcoin:v0.19.0.1
|
image: cyphernode/bitcoin:v0.19.1
|
||||||
command: $USER bitcoind
|
command: $USER bitcoind
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
@@ -225,7 +225,7 @@ services:
|
|||||||
##########################
|
##########################
|
||||||
|
|
||||||
lightning:
|
lightning:
|
||||||
image: cyphernode/clightning:v0.8.0
|
image: cyphernode/clightning:v0.8.2
|
||||||
command: $USER sh -c 'while [ ! -f "/container_monitor/bitcoin_ready" ]; do echo "bitcoin not ready" ; sleep 10 ; done ; echo "bitcoin ready!" ; lightningd'
|
command: $USER sh -c 'while [ ! -f "/container_monitor/bitcoin_ready" ]; do echo "bitcoin not ready" ; sleep 10 ; done ; echo "bitcoin ready!" ; lightningd'
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ WORKDIR ${HOME}
|
|||||||
|
|
||||||
COPY app/data/* ./
|
COPY app/data/* ./
|
||||||
COPY app/script/* ./
|
COPY app/script/* ./
|
||||||
COPY --from=cyphernode/clightning:v0.8.0 /usr/local/bin/lightning-cli ./
|
COPY --from=cyphernode/clightning:v0.8.2 /usr/local/bin/lightning-cli ./
|
||||||
COPY --from=eclipse-mosquitto:1.6 /usr/bin/mosquitto_rr /usr/bin/mosquitto_sub /usr/bin/mosquitto_pub /usr/bin/
|
COPY --from=eclipse-mosquitto:1.6 /usr/bin/mosquitto_rr /usr/bin/mosquitto_sub /usr/bin/mosquitto_pub /usr/bin/
|
||||||
COPY --from=eclipse-mosquitto:1.6 /usr/lib/libmosquitto* /usr/lib/
|
COPY --from=eclipse-mosquitto:1.6 /usr/lib/libmosquitto* /usr/lib/
|
||||||
COPY --from=eclipse-mosquitto:1.6 /usr/lib/libcrypto* /usr/lib/
|
COPY --from=eclipse-mosquitto:1.6 /usr/lib/libcrypto* /usr/lib/
|
||||||
|
|||||||
Reference in New Issue
Block a user