diff --git a/deploy/docker-compose.yml b/deploy/docker-compose.yml index cf7866eb..b836c93e 100644 --- a/deploy/docker-compose.yml +++ b/deploy/docker-compose.yml @@ -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: @@ -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= # Change to your postgres password - --postgres-port=5432 - --postgres-ssl-mode=disabled # Set to 'enabled' to activate SSL.