now with prometheus. hopefully

This commit is contained in:
Para Dox
2025-05-18 13:11:00 +07:00
parent f2855d3a2c
commit 98abb33fc8
289 changed files with 2735 additions and 1021 deletions

View File

@@ -50,6 +50,7 @@ services:
- 11083:11083/udp
expose:
- 8545
- 6060
command:
- --cache=8192
- --datadir=/root/.ethereum
@@ -62,6 +63,9 @@ services:
- --http.vhosts=*
- --l1.endpoint=${ETHEREUM_MAINNET_EXECUTION_RPC}
- --maxpeers=50
- --metrics
- --metrics.addr=0.0.0.0
- --metrics.port=6060
- --nat=extip:${IP}
- --port=11083
- --rollup.verify
@@ -83,6 +87,9 @@ services:
- /slowdisk:/slowdisk
logging: *logging-defaults
labels:
- prometheus-scrape.enabled=true
- prometheus-scrape.port=6060
- prometheus-scrape.path=/debug/metrics/prometheus
- traefik.enable=true
- traefik.http.middlewares.scroll-mainnet-l2geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/scroll-mainnet-archive
- traefik.http.services.scroll-mainnet-l2geth-archive-leveldb-hash.loadbalancer.server.port=8545

View File

@@ -50,6 +50,7 @@ services:
- 11455:11455/udp
expose:
- 8545
- 6060
command:
- --cache=8192
- --da.blob.beaconnode=${ETHEREUM_SEPOLIA_BEACON_REST}
@@ -64,6 +65,9 @@ services:
- --http.vhosts=*
- --l1.endpoint=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
- --maxpeers=50
- --metrics
- --metrics.addr=0.0.0.0
- --metrics.port=6060
- --nat=extip:${IP}
- --port=11455
- --rollup.verify
@@ -85,6 +89,9 @@ services:
- /slowdisk:/slowdisk
logging: *logging-defaults
labels:
- prometheus-scrape.enabled=true
- prometheus-scrape.port=6060
- prometheus-scrape.path=/debug/metrics/prometheus
- traefik.enable=true
- traefik.http.middlewares.scroll-sepolia-l2geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/scroll-sepolia-archive
- traefik.http.services.scroll-sepolia-l2geth-archive-leveldb-hash.loadbalancer.server.port=8545