diff --git a/README.md b/README.md index 6f80c3b..4a304a7 100644 --- a/README.md +++ b/README.md @@ -375,7 +375,7 @@ We are trying to update our dependencies to run on `arm32v7` and `x64` boards. H | jvandrew/librepatron | 0.7.39 | [✔️](https://raw.githubusercontent.com/JeffVandrewJr/patron/v0.7.39/Dockerfile) | ️❌ | ️❌ | [Github](https://github.com/JeffVandrewJr/patron) - [DockerHub](https://hub.docker.com/r/jvandrew/librepatron) | | jvandrew/isso | atron.22 | [✔️](https://raw.githubusercontent.com/JeffVandrewJr/isso/patron.22/Dockerfile) | ️❌ | ️❌ | [Github](https://github.com/JeffVandrewJr/isso) - [DockerHub](https://hub.docker.com/r/jvandrew/isso) | | sphinxlightning/sphinx-relay | v2.1.3 | [✔️](https://raw.githubusercontent.com/stakwork/sphinx-relay/v2.1.3/Dockerfile) | ️❌ | [✔️](https://raw.githubusercontent.com/stakwork/sphinx-relay/v2.1.3/Dockerfile) | [Github](https://github.com/stakwork/sphinx-relay) - [DockerHub](https://hub.docker.com/r/sphinxlightning/sphinx-relay) | -| dennisreimann/tallycoin_connect | v1.2.0 | [✔️](https://raw.githubusercontent.com/dennisreimann/tallycoin_connect/v1.2.0/Dockerfile) | ️❌ | ️❌ | [Github](https://github.com/dennisreimann/tallycoin_connect) - [DockerHub](https://hub.docker.com/r/dennisreimann/tallycoin_connect) | +| dennisreimann/tallycoin_connect | v1.4.0 | [✔️](https://raw.githubusercontent.com/dennisreimann/tallycoin_connect/v1.4.0/Dockerfile) | ️❌ | ️❌ | [Github](https://github.com/dennisreimann/tallycoin_connect) - [DockerHub](https://hub.docker.com/r/dennisreimann/tallycoin_connect) | | talaia/python-teos | latest | [✔️](https://raw.githubusercontent.com/talaia-labs/python-teos/master/docker/Dockerfile) | [✔️](https://raw.githubusercontent.com/talaia-labs/python-teos/master/docker/arm32v7.Dockerfile) | [✔️](https://raw.githubusercontent.com/talaia-labs/python-teos/master/docker/arm64v8.Dockerfile) | [Github](https://github.com/talaia-labs/python-teos) - [DockerHub](https://hub.docker.com/r/talaia/python-teos) | | apotdevin/thunderhub | base-v0.12.17 | [✔️](https://raw.githubusercontent.com/apotdevin/thunderhub/v0.12.17/Dockerfile) | [✔️](https://raw.githubusercontent.com/apotdevin/thunderhub/v0.12.17/arm32v7.Dockerfile) | [✔️](https://raw.githubusercontent.com/apotdevin/thunderhub/v0.12.17/arm64v8.Dockerfile) | [Github](https://github.com/apotdevin/thunderhub) - [DockerHub](https://hub.docker.com/r/apotdevin/thunderhub) | | btcpayserver/docker-woocommerce | 3.0.12 | [✔️](https://raw.githubusercontent.com/btcpayserver/docker-woocommerce/v3.0.12/Dockerfile) | ️❌ | ️❌ | [Github](https://github.com/btcpayserver/docker-woocommerce) - [DockerHub](https://hub.docker.com/r/btcpayserver/docker-woocommerce) | diff --git a/contrib/build-all-images.sh b/contrib/build-all-images.sh index 4c5611d..13fb9ce 100644 --- a/contrib/build-all-images.sh +++ b/contrib/build-all-images.sh @@ -744,14 +744,14 @@ cd - && cd .. # Build tallycoin_connect -# https://raw.githubusercontent.com/dennisreimann/tallycoin_connect/v1.2.0/Dockerfile +# https://raw.githubusercontent.com/dennisreimann/tallycoin_connect/v1.4.0/Dockerfile DOCKERFILE="Dockerfile" -echo "Building dennisreimann/tallycoin_connect:v1.2.0" +echo "Building dennisreimann/tallycoin_connect:v1.4.0" git clone https://github.com/dennisreimann/tallycoin_connect tallycoin_connect cd tallycoin_connect -git checkout v1.2.0 +git checkout v1.4.0 cd "$(dirname $DOCKERFILE)" -docker build -f "$DOCKERFILE" -t "dennisreimann/tallycoin_connect:v1.2.0" . +docker build -f "$DOCKERFILE" -t "dennisreimann/tallycoin_connect:v1.4.0" . cd - && cd .. @@ -1021,5 +1021,3 @@ git checkout master cd "$(dirname $DOCKERFILE)" docker build -f "$DOCKERFILE" -t "romanornr/docker-viacoin:0.15.2" . cd - && cd .. - - diff --git a/docker-compose-generator/docker-fragments/opt-add-tallycoin-connect.yml b/docker-compose-generator/docker-fragments/opt-add-tallycoin-connect.yml index daf4051..1d08341 100644 --- a/docker-compose-generator/docker-fragments/opt-add-tallycoin-connect.yml +++ b/docker-compose-generator/docker-fragments/opt-add-tallycoin-connect.yml @@ -6,7 +6,7 @@ services: volumes: - "tallycoin_connect_datadir:/etc/tallycoin_connect_datadir" tallycoin_connect: - image: "dennisreimann/tallycoin_connect:v1.2.0@sha256:8f55332744d81507d275f61048da0952badfa9824e9759c52a3dfc048640a47b" + image: "dennisreimann/tallycoin_connect:v1.4.0" restart: unless-stopped expose: - "8123" @@ -17,6 +17,7 @@ services: PUBLIC_URL: ${BTCPAY_PROTOCOL:-https}://${BTCPAY_HOST}/tallycoin-connect/ TALLYCOIN_APIKEY: "${TALLYCOIN_APIKEY}" TALLYCOIN_PASSWD: "${TALLYCOIN_PASSWD}" + LND_SOCKET: "lnd_bitcoin:10009" LND_MACAROON_PATH: /tallycoin_connect/lnd/admin.macaroon LND_TLSCERT_PATH: /tallycoin_connect/lnd/tls.cert PORT: 8123