From 0343463586bd1723c5b71a37dbb2ec5afa6e2aea Mon Sep 17 00:00:00 2001 From: Torkel Rogstad Date: Mon, 27 Apr 2026 19:23:11 +0200 Subject: [PATCH] Update images, add Truthcoin to faucet --- docker-compose.base.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docker-compose.base.yml b/docker-compose.base.yml index 254e2c4..20c4a50 100644 --- a/docker-compose.base.yml +++ b/docker-compose.base.yml @@ -214,7 +214,7 @@ services: - --network=${NETWORK} truthcoin: - image: ghcr.io/layertwo-labs/truthcoin:sha-0cc1620 + image: ghcr.io/layertwo-labs/truthcoin:sha-de1aa6f restart: unless-stopped healthcheck: test: ["CMD", "truthcoin_dc_app_cli", "--rpc-port=6013", "balance"] @@ -415,7 +415,7 @@ services: faucet-backend: restart: unless-stopped # Find image-tags here: https://github.com/LayerTwo-Labs/faucet-backend/pkgs/container/faucet-backend - image: ghcr.io/layertwo-labs/faucet-backend:sha-daba7d4 + image: ghcr.io/layertwo-labs/faucet-backend:pr-1682 pull_policy: always healthcheck: test: @@ -447,6 +447,7 @@ services: - --zside.url=http://host.docker.internal:6098 - --coinshift.url=http://host.docker.internal:6255 - --photon.url=http://host.docker.internal:6099 + - --truthcoin.url=http://host.docker.internal:6013 - --listen=0.0.0.0:8082 faucet-frontend: @@ -464,7 +465,7 @@ services: # Find image-tags here: # Signet: https://github.com/LayerTwo-Labs/faucet-frontend-signet-server/pkgs/container/faucet-frontend # Forknet: https://github.com/LayerTwo-Labs/faucet-frontend-forknet-server/pkgs/container/faucet-frontend - image: ghcr.io/layertwo-labs/faucet-frontend-${NETWORK}-server:sha-daba7d4 + image: ghcr.io/layertwo-labs/faucet-frontend-${NETWORK}-server:pr-1682 # Can be used to run a container with the same volumes as the other services. # $ docker compose run --rm busybox sh