mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
bump RTL for eclair and LND
This commit is contained in:
parent
5a1b11f594
commit
20364b34a9
@ -154,18 +154,18 @@ cd - && cd ..
|
||||
|
||||
|
||||
# Build rtl
|
||||
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.3/dockerfiles/Dockerfile
|
||||
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.14.0/dockerfiles/Dockerfile
|
||||
DOCKERFILE="dockerfiles/Dockerfile"
|
||||
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.3/dockerfiles/Dockerfile.arm32v7
|
||||
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.14.0/dockerfiles/Dockerfile.arm32v7
|
||||
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="dockerfiles/Dockerfile.arm32v7"
|
||||
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.3/dockerfiles/Dockerfile.arm64v8
|
||||
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.14.0/dockerfiles/Dockerfile.arm64v8
|
||||
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="dockerfiles/Dockerfile.arm64v8"
|
||||
echo "Building shahanafarooqui/rtl:0.13.3"
|
||||
echo "Building shahanafarooqui/rtl:0.14.0"
|
||||
git clone https://github.com/Ride-The-Lightning/RTL rtl
|
||||
cd rtl
|
||||
git checkout v0.13.3
|
||||
git checkout v0.14.0
|
||||
cd "$(dirname $DOCKERFILE)"
|
||||
docker build -f "$DOCKERFILE" -t "shahanafarooqui/rtl:0.13.3" .
|
||||
docker build -f "$DOCKERFILE" -t "shahanafarooqui/rtl:0.14.0" .
|
||||
cd - && cd ..
|
||||
|
||||
|
||||
@ -186,18 +186,18 @@ cd - && cd ..
|
||||
|
||||
|
||||
# Build rtl
|
||||
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.3/dockerfiles/Dockerfile
|
||||
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.14.0/dockerfiles/Dockerfile
|
||||
DOCKERFILE="dockerfiles/Dockerfile"
|
||||
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.3/dockerfiles/Dockerfile.arm32v7
|
||||
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.14.0/dockerfiles/Dockerfile.arm32v7
|
||||
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="dockerfiles/Dockerfile.arm32v7"
|
||||
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.13.3/dockerfiles/Dockerfile.arm64v8
|
||||
# https://raw.githubusercontent.com/Ride-The-Lightning/RTL/v0.14.0/dockerfiles/Dockerfile.arm64v8
|
||||
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="dockerfiles/Dockerfile.arm64v8"
|
||||
echo "Building shahanafarooqui/rtl:0.13.3"
|
||||
echo "Building shahanafarooqui/rtl:0.14.0"
|
||||
git clone https://github.com/Ride-The-Lightning/RTL rtl
|
||||
cd rtl
|
||||
git checkout v0.13.3
|
||||
git checkout v0.14.0
|
||||
cd "$(dirname $DOCKERFILE)"
|
||||
docker build -f "$DOCKERFILE" -t "shahanafarooqui/rtl:0.13.3" .
|
||||
docker build -f "$DOCKERFILE" -t "shahanafarooqui/rtl:0.14.0" .
|
||||
cd - && cd ..
|
||||
|
||||
|
||||
|
@ -40,7 +40,7 @@ services:
|
||||
- bitcoind
|
||||
|
||||
bitcoin_rtl:
|
||||
image: shahanafarooqui/rtl:0.13.3
|
||||
image: shahanafarooqui/rtl:0.14.0
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
LN_IMPLEMENTATION: ECL
|
||||
|
@ -46,7 +46,7 @@ services:
|
||||
- bitcoind
|
||||
|
||||
bitcoin_rtl:
|
||||
image: shahanafarooqui/rtl:0.13.3
|
||||
image: shahanafarooqui/rtl:0.14.0
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
LND_SERVER_URL: http://lnd_bitcoin:8080/v1
|
||||
|
Loading…
Reference in New Issue
Block a user