now with prometheus. hopefully
This commit is contained in:
@@ -50,6 +50,7 @@ services:
|
||||
- 11993:11993/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 6060
|
||||
- 8551
|
||||
command:
|
||||
- --datadir=/root/.ethereum
|
||||
@@ -57,6 +58,9 @@ services:
|
||||
- --gcmode=full
|
||||
- --holesky
|
||||
- --maxpeers=50
|
||||
- --metrics
|
||||
- --metrics.addr=0.0.0.0
|
||||
- --metrics.port=6060
|
||||
- --nat=extip:${IP}
|
||||
- --port=11993
|
||||
- --rpc.gascap=600000000
|
||||
@@ -86,6 +90,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.ethereum-holesky-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/ethereum-holesky
|
||||
- traefik.http.services.ethereum-holesky-geth-pruned-pebble-path.loadbalancer.server.port=8545
|
||||
@@ -110,6 +117,8 @@ services:
|
||||
- --grpc-gateway-host=0.0.0.0
|
||||
- --holesky
|
||||
- --jwt-secret=/jwtsecret
|
||||
- --metrics-host=0.0.0.0
|
||||
- --metrics-port=8080
|
||||
- --monitoring-host=0.0.0.0
|
||||
- --p2p-tcp-port=16993
|
||||
- --p2p-udp-port=16993
|
||||
@@ -124,6 +133,9 @@ services:
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
logging: *logging-defaults
|
||||
labels:
|
||||
- prometheus-scrape.enabled=true
|
||||
- prometheus-scrape.port=8080
|
||||
- prometheus-scrape.path=/metrics
|
||||
- traefik.enable=true
|
||||
- traefik.http.middlewares.ethereum-holesky-geth-pruned-pebble-path-node-stripprefix.stripprefix.prefixes=/ethereum-holesky
|
||||
- traefik.http.services.ethereum-holesky-geth-pruned-pebble-path-node.loadbalancer.server.port=3500
|
||||
|
||||
@@ -50,6 +50,7 @@ services:
|
||||
- 10455:10455/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 6060
|
||||
- 8551
|
||||
- 10010
|
||||
entrypoint: [sh, -c, exec fireeth start reader-node --reader-node-arguments "$*", _]
|
||||
@@ -59,6 +60,9 @@ services:
|
||||
- --gcmode=full
|
||||
- --mainnet
|
||||
- --maxpeers=50
|
||||
- --metrics
|
||||
- --metrics.addr=0.0.0.0
|
||||
- --metrics.port=6060
|
||||
- --nat=extip:${IP}
|
||||
- --port=10455
|
||||
- --rpc.gascap=600000000
|
||||
@@ -88,6 +92,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.ethereum-mainnet-geth-pruned-leveldb-hash-stripprefix.stripprefix.prefixes=/ethereum-mainnet
|
||||
- traefik.http.services.ethereum-mainnet-geth-pruned-leveldb-hash.loadbalancer.server.port=8545
|
||||
@@ -117,6 +124,7 @@ services:
|
||||
- ${ETHEREUM_MAINNET_FIREETH_DATA:-ethereum-mainnet-fireeth}:/firehose-data
|
||||
logging: *logging-defaults
|
||||
labels:
|
||||
- prometheus-scrape.enabled=false
|
||||
- traefik.enable=true
|
||||
- traefik.http.services.ethereum-mainnet-geth-pruned-leveldb-hash-firehose.loadbalancer.server.scheme=h2c
|
||||
- traefik.http.routers.ethereum-mainnet-geth-pruned-leveldb-hash-firehose.service=ethereum-mainnet-geth-pruned-leveldb-hash-firehose
|
||||
@@ -163,6 +171,8 @@ services:
|
||||
command:
|
||||
- --history=prune
|
||||
- --jwt-secret=/jwtsecret
|
||||
- --metrics-host=0.0.0.0
|
||||
- --metrics-port=8008
|
||||
- --nat=extip:${IP}
|
||||
- --network=mainnet
|
||||
- --rest
|
||||
@@ -181,6 +191,9 @@ services:
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
logging: *logging-defaults
|
||||
labels:
|
||||
- prometheus-scrape.enabled=true
|
||||
- prometheus-scrape.port=8008
|
||||
- prometheus-scrape.path=/metrics
|
||||
- traefik.enable=true
|
||||
- traefik.http.middlewares.ethereum-mainnet-geth-pruned-leveldb-hash-node-stripprefix.stripprefix.prefixes=/ethereum-mainnet
|
||||
- traefik.http.services.ethereum-mainnet-geth-pruned-leveldb-hash-node.loadbalancer.server.port=3500
|
||||
|
||||
@@ -50,6 +50,7 @@ services:
|
||||
- 12023:12023/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 6060
|
||||
- 8551
|
||||
- 10010
|
||||
entrypoint: [sh, -c, exec fireeth start reader-node --reader-node-arguments "$*", _]
|
||||
@@ -59,6 +60,9 @@ services:
|
||||
- --gcmode=full
|
||||
- --mainnet
|
||||
- --maxpeers=50
|
||||
- --metrics
|
||||
- --metrics.addr=0.0.0.0
|
||||
- --metrics.port=6060
|
||||
- --nat=extip:${IP}
|
||||
- --port=12023
|
||||
- --rpc.gascap=600000000
|
||||
@@ -88,6 +92,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.ethereum-mainnet-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/ethereum-mainnet
|
||||
- traefik.http.services.ethereum-mainnet-geth-pruned-pebble-path.loadbalancer.server.port=8545
|
||||
@@ -117,6 +124,7 @@ services:
|
||||
- ${ETHEREUM_MAINNET_FIREETH_DATA:-ethereum-mainnet-fireeth}:/firehose-data
|
||||
logging: *logging-defaults
|
||||
labels:
|
||||
- prometheus-scrape.enabled=false
|
||||
- traefik.enable=true
|
||||
- traefik.http.services.ethereum-mainnet-geth-pruned-pebble-path-firehose.loadbalancer.server.scheme=h2c
|
||||
- traefik.http.routers.ethereum-mainnet-geth-pruned-pebble-path-firehose.service=ethereum-mainnet-geth-pruned-pebble-path-firehose
|
||||
@@ -163,6 +171,8 @@ services:
|
||||
command:
|
||||
- --history=prune
|
||||
- --jwt-secret=/jwtsecret
|
||||
- --metrics-host=0.0.0.0
|
||||
- --metrics-port=8008
|
||||
- --nat=extip:${IP}
|
||||
- --network=mainnet
|
||||
- --rest
|
||||
@@ -181,6 +191,9 @@ services:
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
logging: *logging-defaults
|
||||
labels:
|
||||
- prometheus-scrape.enabled=true
|
||||
- prometheus-scrape.port=8008
|
||||
- prometheus-scrape.path=/metrics
|
||||
- traefik.enable=true
|
||||
- traefik.http.middlewares.ethereum-mainnet-geth-pruned-pebble-path-node-stripprefix.stripprefix.prefixes=/ethereum-mainnet
|
||||
- traefik.http.services.ethereum-mainnet-geth-pruned-pebble-path-node.loadbalancer.server.port=3500
|
||||
|
||||
@@ -50,6 +50,7 @@ services:
|
||||
- 12023:12023/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 6060
|
||||
- 8551
|
||||
command:
|
||||
- --datadir=/root/.ethereum
|
||||
@@ -57,6 +58,9 @@ services:
|
||||
- --gcmode=full
|
||||
- --mainnet
|
||||
- --maxpeers=50
|
||||
- --metrics
|
||||
- --metrics.addr=0.0.0.0
|
||||
- --metrics.port=6060
|
||||
- --nat=extip:${IP}
|
||||
- --port=12023
|
||||
- --rpc.gascap=600000000
|
||||
@@ -86,6 +90,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.ethereum-mainnet-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/ethereum-mainnet
|
||||
- traefik.http.services.ethereum-mainnet-geth-pruned-pebble-path.loadbalancer.server.port=8545
|
||||
@@ -110,6 +117,8 @@ services:
|
||||
- --grpc-gateway-host=0.0.0.0
|
||||
- --jwt-secret=/jwtsecret
|
||||
- --mainnet
|
||||
- --metrics-host=0.0.0.0
|
||||
- --metrics-port=8080
|
||||
- --monitoring-host=0.0.0.0
|
||||
- --p2p-tcp-port=17023
|
||||
- --p2p-udp-port=17023
|
||||
@@ -124,6 +133,9 @@ services:
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
logging: *logging-defaults
|
||||
labels:
|
||||
- prometheus-scrape.enabled=true
|
||||
- prometheus-scrape.port=8080
|
||||
- prometheus-scrape.path=/metrics
|
||||
- traefik.enable=true
|
||||
- traefik.http.middlewares.ethereum-mainnet-geth-pruned-pebble-path-node-stripprefix.stripprefix.prefixes=/ethereum-mainnet
|
||||
- traefik.http.services.ethereum-mainnet-geth-pruned-pebble-path-node.loadbalancer.server.port=3500
|
||||
|
||||
@@ -50,12 +50,16 @@ services:
|
||||
- 14710:14710/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 6060
|
||||
- 8551
|
||||
command:
|
||||
- --datadir=/root/.ethereum
|
||||
- --db.engine=pebble
|
||||
- --gcmode=full
|
||||
- --maxpeers=50
|
||||
- --metrics
|
||||
- --metrics.addr=0.0.0.0
|
||||
- --metrics.port=6060
|
||||
- --nat=extip:${IP}
|
||||
- --port=14710
|
||||
- --rpc.gascap=600000000
|
||||
@@ -86,6 +90,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.ethereum-sepolia-geth-pruned-pebble-path-stripprefix.stripprefix.prefixes=/ethereum-sepolia
|
||||
- traefik.http.services.ethereum-sepolia-geth-pruned-pebble-path.loadbalancer.server.port=8545
|
||||
@@ -109,6 +116,8 @@ services:
|
||||
- --execution-endpoint=http://ethereum-sepolia:8551
|
||||
- --grpc-gateway-host=0.0.0.0
|
||||
- --jwt-secret=/jwtsecret
|
||||
- --metrics-host=0.0.0.0
|
||||
- --metrics-port=8080
|
||||
- --monitoring-host=0.0.0.0
|
||||
- --p2p-tcp-port=19710
|
||||
- --p2p-udp-port=19710
|
||||
@@ -124,6 +133,9 @@ services:
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
logging: *logging-defaults
|
||||
labels:
|
||||
- prometheus-scrape.enabled=true
|
||||
- prometheus-scrape.port=8080
|
||||
- prometheus-scrape.path=/metrics
|
||||
- traefik.enable=true
|
||||
- traefik.http.middlewares.ethereum-sepolia-geth-pruned-pebble-path-node-stripprefix.stripprefix.prefixes=/ethereum-sepolia
|
||||
- traefik.http.services.ethereum-sepolia-geth-pruned-pebble-path-node.loadbalancer.server.port=3500
|
||||
|
||||
Reference in New Issue
Block a user