feat: add docker compose with docs (#3496)

Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
This commit is contained in:
Paolo Facchinetti
2023-07-03 15:04:17 +02:00
committed by GitHub
parent 770652a787
commit da58e39c26
7 changed files with 173 additions and 51 deletions

View File

@ -3,4 +3,4 @@ scrape_configs:
metrics_path: "/"
scrape_interval: 5s
static_configs:
- targets: ['localhost:9001', 'host.docker.internal:9001']
- targets: ['reth:9001']