mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-05 18:42:19 +00:00
59f997a663
* move_account_root_to_ih * temptorary comment test
10 lines
363 B
Markdown
10 lines
363 B
Markdown
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](localhost:3000), admin/admin
|
|
DebugUI: [localhost:3001](localhost:3001)
|
|
|