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
6 changes: 3 additions & 3 deletions docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
- -rest

enforcer:
image: ghcr.io/layertwo-labs/bip300301_enforcer:sha-bbd0321
image: ghcr.io/layertwo-labs/bip300301_enforcer:sha-bc07868
pull_policy: always
restart: unless-stopped
environment:
Expand Down Expand Up @@ -420,7 +420,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-61e7b45
image: ghcr.io/layertwo-labs/faucet-backend:sha-16066df
pull_policy: always
healthcheck:
test:
Expand Down Expand Up @@ -470,7 +470,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-75219b6
image: ghcr.io/layertwo-labs/faucet-frontend-${NETWORK}-server:sha-a621856

coinnews:
restart: unless-stopped
Expand Down
Loading