Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand Down
Loading