File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
framework/cmd/observability/blockscout/services Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.9'
22
33services :
44 backend :
5- image : blockscout/${DOCKER_REPO:- blockscout}:${DOCKER_TAG:-latest}
5+ image : blockscout/blockscout:6.9.0.commit.4100e959
66 pull_policy : always
77 restart : always
88 stop_grace_period : 5m
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.9'
22
33services :
44 frontend :
5- image : ghcr.io/blockscout/frontend:${FRONTEND_DOCKER_TAG:-latest}
5+ image : ghcr.io/blockscout/frontend:v1.36.2
66 pull_policy : always
77 platform : linux/amd64
88 restart : always
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.9'
22
33services :
44 sig-provider :
5- image : ghcr.io/blockscout/sig-provider:${SIG_PROVIDER_DOCKER_TAG:-latest}
5+ image : ghcr.io/blockscout/sig-provider:v1.1.1
66 pull_policy : always
77 platform : linux/amd64
88 restart : always
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.9'
22
33services :
44 smart-contract-verifier :
5- image : ghcr.io/blockscout/smart-contract-verifier:${SMART_CONTRACT_VERIFIER_DOCKER_TAG:-latest}
5+ image : ghcr.io/blockscout/smart-contract-verifier:v1.9.2
66 pull_policy : always
77 platform : linux/amd64
88 restart : always
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ services:
3535 start_period : 10s
3636
3737 stats :
38- image : ghcr.io/blockscout/stats:${STATS_DOCKER_TAG:-latest}
38+ image : ghcr.io/blockscout/stats:v2.2.3
3939 pull_policy : always
4040 platform : linux/amd64
4141 restart : always
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.9'
22
33services :
44 user-ops-indexer :
5- image : ghcr.io/blockscout/user-ops-indexer:${USER_OPS_INDEXER_DOCKER_TAG:-latest}
5+ image : ghcr.io/blockscout/user-ops-indexer:v1.3.0
66 pull_policy : always
77 platform : linux/amd64
88 restart : always
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.9'
22
33services :
44 visualizer :
5- image : ghcr.io/blockscout/visualizer:${VISUALIZER_DOCKER_TAG:-latest}
5+ image : ghcr.io/blockscout/visualizer:v0.2.1
66 pull_policy : always
77 platform : linux/amd64
88 restart : always
You can’t perform that action at this time.
0 commit comments