Skip to content

Commit 998d163

Browse files
JOYclaude
andcommitted
ci: Switch backend to Docker Hub image (metados/blockscout:9.3.5)
Replace local build (doscan-backend:latest, pull_policy: never) with Docker Hub image (metados/blockscout:9.3.5, pull_policy: always). GHCR package is private due to org policy; Docker Hub is public. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 42f7e17 commit 998d163

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose/docker-compose-mainnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ services:
6363
condition: service_healthy
6464
redis-db:
6565
condition: service_healthy
66-
image: doscan-backend:latest
67-
pull_policy: never
66+
image: metados/blockscout:9.3.5
67+
pull_policy: always
6868
restart: always
6969
stop_grace_period: 5m
7070
container_name: backend

0 commit comments

Comments
 (0)