Skip to content

Commit

Permalink
[SKIP CI]Merge pull request #610 from subquery/feat/update-docker
Browse files Browse the repository at this point in the history
feat: update docker-compose
  • Loading branch information
cool-firer authored Feb 24, 2025
2 parents 0c74b1b + b1e709c commit 2c5e1c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
retries: 5

coordinator:
image: subquerynetwork/indexer-coordinator:v2.8.4
image: subquerynetwork/indexer-coordinator:v2.9.0
container_name: indexer_coordinator
restart: always
ports:
Expand Down Expand Up @@ -77,7 +77,7 @@ services:
test: ['CMD', 'redis-cli', '--raw', 'incr', 'ping']

proxy:
image: subquerynetwork/indexer-proxy:v2.8.2
image: subquerynetwork/indexer-proxy:v2.9.0
container_name: indexer_proxy
restart: always
ports:
Expand Down

0 comments on commit 2c5e1c3

Please sign in to comment.