Skip to content

Commit

Permalink
feat: update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
cool-firer committed Oct 24, 2024
1 parent ee8bd7c commit dbd5bc6
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.4.1
image: subquerynetwork/indexer-coordinator:v2.6.0
container_name: indexer_coordinator
restart: always
ports:
Expand Down Expand Up @@ -76,7 +76,7 @@ services:
test: ['CMD', 'redis-cli', '--raw', 'incr', 'ping']

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

0 comments on commit dbd5bc6

Please sign in to comment.