getamis / eth-indexer

An Ethereum project to crawl blockchain states into database
GNU Lesser General Public License v3.0
232 stars 47 forks source link

How Can i run eth-indedxer with a mysql outsite the docker? #79

Closed bestony closed 6 years ago

bestony commented 6 years ago

My host have a mysql .

How can i run eth-indexer without create a new mysql container?

charlesjhongc commented 6 years ago

Just remove the mysql part of docker-compose.yml.

bestony commented 6 years ago

if i remove mysql part ,how should i set database for eth-indexer?

maybe you can give a guide.

tailingchen commented 6 years ago

@bestony You can set your database host and port in config.yaml. The default values of flags are from config file.