add metrics

This commit is contained in:
Sebastian
2023-01-26 10:46:56 +01:00
parent faf41b2e2c
commit 526bb3d006
4 changed files with 7 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.middlewares.arbitrum-stripprefix.stripprefix.prefixes=/arbitrum"
- "traefik.http.services.arbitrum.loadbalancer.server.port=8545"
- "traefik.http.services.arbitrum.loadbalancer.server.port=8547"
- "traefik.http.routers.arbitrum.entrypoints=websecure"
- "traefik.http.routers.arbitrum.tls.certresolver=myresolver"
- "traefik.http.routers.arbitrum.rule=Host(`$DOMAIN`) && PathPrefix(`/arbitrum`)"

View File

@@ -2,7 +2,7 @@ version: '3.1'
services:
erigon-goerli:
image: thorax/erigon:v2.32.0
image: thorax/erigon:v2.34.0
expose:
- "21766"
- "9090"

View File

@@ -20,6 +20,10 @@ services:
restart: unless-stopped
stop_grace_period: 1m
labels:
- "prometheus-scrape.enabled=true"
- "prometheus-scrape.port=6060"
- "prometheus-scrape.job_name=erigon"
- "prometheus-scrape.metrics_path=/debug/metrics/prometheus"
- "traefik.enable=true"
- "traefik.http.middlewares.erigon-polygon-stripprefix.stripprefix.prefixes=/polygon-archive"
- "traefik.http.services.erigon-polygon.loadbalancer.server.port=8545"

View File

@@ -2,7 +2,7 @@ version: '3.1'
services:
nethermind-goerli:
image: nethermind/nethermind:latest
image: nethermind/nethermind:1.15.0
restart: always
stop_grace_period: 1m
command: |