nicolas.dorier
5 years ago
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
3 changed files with
6 additions and
6 deletions
-
README.md
-
contrib/build-all-images.sh
-
docker-compose-generator/docker-fragments/bitcoin-eclair.yml
|
|
@ -324,7 +324,7 @@ We are trying to update our dependencies to run on `arm32v7` and `x64` boards. H |
|
|
|
| postgres | 9.6.5 | [✔️](https://raw.githubusercontent.com/docker-library/postgres/b7cb3c6eacea93be2259381033be3cc435649369/9.6/Dockerfile) | [✔️](https://raw.githubusercontent.com/docker-library/postgres/b7cb3c6eacea93be2259381033be3cc435649369/9.6/Dockerfile) | [✔️](https://raw.githubusercontent.com/docker-library/postgres/b7cb3c6eacea93be2259381033be3cc435649369/9.6/Dockerfile) | [Github](https://github.com/docker-library/postgres) - [DockerHub](https://hub.docker.com/_/postgres) | |
|
|
|
| kamigawabul/docker-bitcoingold | 0.15.2 | [✔️](https://raw.githubusercontent.com/Vutov/docker-bitcoin/master/bitcoingold/0.15.2/Dockerfile) | ️❌ | ️❌ | [Github](https://github.com/Vutov/docker-bitcoin) - [DockerHub](https://hub.docker.com/r/kamigawabul/docker-bitcoingold) | |
|
|
|
| kamigawabul/btglnd | latest | [✔️](https://raw.githubusercontent.com/vutov/lnd/master/Dockerfile) | ️❌ | ️❌ | [Github](https://github.com/vutov/lnd) - [DockerHub](https://hub.docker.com/r/kamigawabul/btglnd) | |
|
|
|
| acinq/eclair | btcpay | [✔️](https://raw.githubusercontent.com/ACINQ/eclair/btcpay/Dockerfile) | ️❌ | ️❌ | [Github](https://github.com/ACINQ/eclair) - [DockerHub](https://hub.docker.com/r/acinq/eclair) | |
|
|
|
| acinq/eclair | v0.3.3 | [✔️](https://raw.githubusercontent.com/ACINQ/eclair/v0.3.3/Dockerfile) | ️❌ | ️❌ | [Github](https://github.com/ACINQ/eclair) - [DockerHub](https://hub.docker.com/r/acinq/eclair) | |
|
|
|
| chekaz/docker-bitcoinplus | 2.7.0 | [✔️](https://raw.githubusercontent.com/ChekaZ/docker/master/bitcoinplus/2.7.0/Dockerfile) | ️❌ | ️❌ | [Github](https://github.com/ChekaZ/docker) - [DockerHub](https://hub.docker.com/r/chekaz/docker-bitcoinplus) | |
|
|
|
| dalijolijo/docker-bitcore | 0.15.2 | [✔️](https://raw.githubusercontent.com/dalijolijo/btcpayserver-docker-bitcore/master/btx-debian/Dockerfile) | ️❌ | ️❌ | [Github](https://github.com/dalijolijo/btcpayserver-docker-bitcore) - [DockerHub](https://hub.docker.com/r/dalijolijo/docker-bitcore) | |
|
|
|
| btcpayserver/dash | 0.14.0.1 | [✔️](https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Dash/0.14.0.1/Dash/0.14.0.1/linuxamd64.Dockerfile) | [✔️](https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Dash/0.14.0.1/Dash/0.14.0.1/linuxarm32v7.Dockerfile) | [✔️](https://raw.githubusercontent.com/btcpayserver/dockerfile-deps/Dash/0.14.0.1/Dash/0.14.0.1/linuxarm64v8.Dockerfile) | [Github](https://github.com/btcpayserver/dockerfile-deps) - [DockerHub](https://hub.docker.com/r/btcpayserver/dash) | |
|
|
|
|
|
@ -142,14 +142,14 @@ cd - && cd .. |
|
|
|
|
|
|
|
|
|
|
|
# Build eclair |
|
|
|
# https://raw.githubusercontent.com/ACINQ/eclair/btcpay/Dockerfile |
|
|
|
# https://raw.githubusercontent.com/ACINQ/eclair/v0.3.3/Dockerfile |
|
|
|
DOCKERFILE="Dockerfile" |
|
|
|
echo "Building acinq/eclair:btcpay" |
|
|
|
echo "Building acinq/eclair:v0.3.3" |
|
|
|
git clone https://github.com/ACINQ/eclair eclair |
|
|
|
cd eclair |
|
|
|
git checkout btcpay |
|
|
|
git checkout v0.3.3 |
|
|
|
cd "$(dirname $DOCKERFILE)" |
|
|
|
docker build -f "$DOCKERFILE" -t "acinq/eclair:btcpay" . |
|
|
|
docker build -f "$DOCKERFILE" -t "acinq/eclair:v0.3.3" . |
|
|
|
cd - && cd .. |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -12,7 +12,7 @@ services: |
|
|
|
container_name: btcpayserver_eclair_bitcoin |
|
|
|
restart: unless-stopped |
|
|
|
stop_signal: SIGINT |
|
|
|
image: acinq/eclair:btcpay |
|
|
|
image: acinq/eclair:v0.3.3 |
|
|
|
environment: |
|
|
|
PUBLIC_HOST: ${BTCPAY_HOST} |
|
|
|
JAVA_OPTS: | |
|
|
|