11version : ' 3.7'
22services :
33 evm1 :
4- image : ghcr.io/sygmaprotocol /indexer-evm1:latest
4+ image : ghcr.io/sprintertech /indexer-evm1:latest
55 container_name : evm1
66 command : ganache-cli --chainId 1337 -d --db data/ --blockTime 2 > /dev/null
77 logging :
@@ -10,7 +10,7 @@ services:
1010 - " 8545:8545"
1111
1212 evm2 :
13- image : ghcr.io/sygmaprotocol /indexer-evm2:latest
13+ image : ghcr.io/sprintertech /indexer-evm2:latest
1414 command : ganache-cli --chainId 1338 -d --db data/ --blockTime 2 > /dev/null
1515 container_name : evm2
1616 logging :
@@ -21,7 +21,7 @@ services:
2121 substrate-pallet :
2222 container_name : substrate-pallet
2323 command : ["--pruning=25000"]
24- image : ghcr.io/sygmaprotocol /indexer-substrate:latest
24+ image : ghcr.io/sprintertech /indexer-substrate:latest
2525 ports :
2626 - " 9944:9944"
2727 - " 9933:9933"
@@ -80,7 +80,7 @@ services:
8080 dockerfile : ./Dockerfile
8181 restart : always
8282 environment :
83- DATABASE_URL : mongodb://mongo1:30001/sygmaprotocol -explorer-indexer?replicaSet=my-replica-set&authSource=admin&retryWrites=true&w=majority
83+ DATABASE_URL : mongodb://mongo1:30001/sprintertech -explorer-indexer?replicaSet=my-replica-set&authSource=admin&retryWrites=true&w=majority
8484 SHARED_CONFIG_URL : https://ipfs.io/ipfs/bafkreiasnla2ya55of6nwm3swjstip4q2ixfa3t6tvixyibclfovxnerte
8585 RPC_URL_CONFIG : ' [{"id": 1, "endpoint": "http://evm1:8545"}, {"id": 2, "endpoint": "http://evm2:8545"}, {"id": 3, "endpoint": "ws://substrate-pallet:9944"}]'
8686 RETRY_COUNT : ' 1'
@@ -91,6 +91,6 @@ services:
9191 context : .
9292 dockerfile : ./Dockerfile.api
9393 environment :
94- DATABASE_URL : mongodb://mongo1:30001/sygmaprotocol -explorer-indexer
94+ DATABASE_URL : mongodb://mongo1:30001/sprintertech -explorer-indexer
9595 ports :
9696 - " 8000:8000"
0 commit comments