mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-23 12:07:17 +00:00
.. | ||
dashboards | ||
datasources | ||
.gitignore | ||
grafana.ini | ||
prometheus.yml | ||
Readme.md |
Build: cd cmd/prometheus && docker-compose build --parallel
Run only Prometheus: cd cmd/prometheus && docker-compose up prometheus grafana
Run with TurboGeth, RestApi and DebugUI: cd cmd/prometheus && TGETH_DATADIR=/path/to/geth/data/dir docker-compose up
Grafana: localhost:3000, admin/admin DebugUI: localhost:3001