Skip to content

Commit

Permalink
[SKIP CI]Merge pull request #579 from subquery/feat/doc
Browse files Browse the repository at this point in the history
feat: update docker-compose
  • Loading branch information
cool-firer authored Dec 18, 2024
2 parents c72aaff + 9236bcf commit ba3735f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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.1
image: subquerynetwork/indexer-coordinator:v2.8.3
container_name: indexer_coordinator
restart: always
ports:
Expand All @@ -36,6 +36,7 @@ services:
- --network=mainnet # Change to the network you want to index [testnet | kepler | mainnet]
- --postgres-host=postgres
- --network-endpoint=https://mainnet.base.org
- --network-endpoint=https://base.rpc.subquery.network/public # Configure multiple options. Attempts the next option on failure.
- --postgres-password=<replace with you own password> # Change to your postgres password
- --postgres-port=5432
- --postgres-ssl-mode=disabled # Set to 'enabled' to activate SSL.
Expand Down

0 comments on commit ba3735f

Please sign in to comment.