This commit is contained in:
Para Dox
2025-04-12 13:13:40 +07:00
parent a549aadb5b
commit 360b4effb8
169 changed files with 1492 additions and 1492 deletions

View File

@@ -4,6 +4,7 @@
services:
ethereum-holesky-archive:
image: ${ETHEREUM_ERIGON3_IMAGE:-erigontech/erigon}:${ETHEREUM_HOLESKY_ERIGON3_VERSION:-v3.0.0}
entrypoint: [erigon]
command:
- --beacon.api.addr=0.0.0.0
- --beacon.api.cors.allow-origins=*
@@ -30,7 +31,6 @@ services:
- --torrent.port=25947
- --ws
- --ws.port=8545
entrypoint: [erigon]
restart: unless-stopped
user: root
stop_grace_period: 5m

View File

@@ -4,6 +4,7 @@
services:
ethereum-holesky-minimal:
image: ${ETHEREUM_ERIGON3_IMAGE:-erigontech/erigon}:${ETHEREUM_HOLESKY_ERIGON3_VERSION:-v3.0.0}
entrypoint: [erigon]
command:
- --beacon.api.addr=0.0.0.0
- --beacon.api.cors.allow-origins=*
@@ -30,7 +31,6 @@ services:
- --torrent.port=25947
- --ws
- --ws.port=8545
entrypoint: [erigon]
restart: unless-stopped
user: root
stop_grace_period: 5m

View File

@@ -4,6 +4,7 @@
services:
ethereum-holesky:
image: ${ETHEREUM_ERIGON3_IMAGE:-erigontech/erigon}:${ETHEREUM_HOLESKY_ERIGON3_VERSION:-v3.0.0}
entrypoint: [erigon]
command:
- --beacon.api.addr=0.0.0.0
- --beacon.api.cors.allow-origins=*
@@ -30,7 +31,6 @@ services:
- --torrent.port=25947
- --ws
- --ws.port=8545
entrypoint: [erigon]
restart: unless-stopped
user: root
stop_grace_period: 5m

View File

@@ -4,6 +4,7 @@
services:
ethereum-mainnet-archive:
image: ${ETHEREUM_ERIGON3_IMAGE:-erigontech/erigon}:${ETHEREUM_MAINNET_ERIGON3_VERSION:-v3.0.0}
entrypoint: [erigon]
command:
- --beacon.api.addr=0.0.0.0
- --beacon.api.cors.allow-origins=*
@@ -30,7 +31,6 @@ services:
- --torrent.port=25675
- --ws
- --ws.port=8545
entrypoint: [erigon]
restart: unless-stopped
user: root
stop_grace_period: 5m

View File

@@ -4,6 +4,7 @@
services:
ethereum-mainnet-minimal:
image: ${ETHEREUM_ERIGON3_IMAGE:-erigontech/erigon}:${ETHEREUM_MAINNET_ERIGON3_VERSION:-v3.0.0}
entrypoint: [erigon]
command:
- --beacon.api.addr=0.0.0.0
- --beacon.api.cors.allow-origins=*
@@ -30,7 +31,6 @@ services:
- --torrent.port=25675
- --ws
- --ws.port=8545
entrypoint: [erigon]
restart: unless-stopped
user: root
stop_grace_period: 5m

View File

@@ -4,6 +4,7 @@
services:
ethereum-mainnet:
image: ${ETHEREUM_ERIGON3_IMAGE:-erigontech/erigon}:${ETHEREUM_MAINNET_ERIGON3_VERSION:-v3.0.0}
entrypoint: [erigon]
command:
- --beacon.api.addr=0.0.0.0
- --beacon.api.cors.allow-origins=*
@@ -30,7 +31,6 @@ services:
- --torrent.port=25675
- --ws
- --ws.port=8545
entrypoint: [erigon]
restart: unless-stopped
user: root
stop_grace_period: 5m

View File

@@ -4,6 +4,7 @@
services:
ethereum-sepolia-archive:
image: ${ETHEREUM_ERIGON3_IMAGE:-erigontech/erigon}:${ETHEREUM_SEPOLIA_ERIGON3_VERSION:-v3.0.0}
entrypoint: [erigon]
command:
- --beacon.api.addr=0.0.0.0
- --beacon.api.cors.allow-origins=*
@@ -30,7 +31,6 @@ services:
- --torrent.port=25317
- --ws
- --ws.port=8545
entrypoint: [erigon]
restart: unless-stopped
user: root
stop_grace_period: 5m

View File

@@ -4,6 +4,7 @@
services:
ethereum-sepolia-minimal:
image: ${ETHEREUM_ERIGON3_IMAGE:-erigontech/erigon}:${ETHEREUM_SEPOLIA_ERIGON3_VERSION:-v3.0.0}
entrypoint: [erigon]
command:
- --beacon.api.addr=0.0.0.0
- --beacon.api.cors.allow-origins=*
@@ -30,7 +31,6 @@ services:
- --torrent.port=25317
- --ws
- --ws.port=8545
entrypoint: [erigon]
restart: unless-stopped
user: root
stop_grace_period: 5m

View File

@@ -4,6 +4,7 @@
services:
ethereum-sepolia:
image: ${ETHEREUM_ERIGON3_IMAGE:-erigontech/erigon}:${ETHEREUM_SEPOLIA_ERIGON3_VERSION:-v3.0.0}
entrypoint: [erigon]
command:
- --beacon.api.addr=0.0.0.0
- --beacon.api.cors.allow-origins=*
@@ -30,7 +31,6 @@ services:
- --torrent.port=25317
- --ws
- --ws.port=8545
entrypoint: [erigon]
restart: unless-stopped
user: root
stop_grace_period: 5m

View File

@@ -4,6 +4,7 @@
services:
ethereum-holesky-archive:
image: ${ETHEREUM_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${ETHEREUM_HOLESKY_RETH_VERSION:-v1.3.8}
entrypoint: [reth, node]
command:
- --authrpc.addr=0.0.0.0
- --authrpc.jwtsecret=/jwtsecret
@@ -25,7 +26,6 @@ services:
- --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
- --ws.origins=*
- --ws.port=8545
entrypoint: [reth, node]
restart: unless-stopped
user: root
stop_grace_period: 5m

View File

@@ -4,6 +4,7 @@
services:
ethereum-mainnet-archive:
image: ${ETHEREUM_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${ETHEREUM_MAINNET_RETH_VERSION:-v1.3.8}
entrypoint: [reth, node]
command:
- --authrpc.addr=0.0.0.0
- --authrpc.jwtsecret=/jwtsecret
@@ -25,7 +26,6 @@ services:
- --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
- --ws.origins=*
- --ws.port=8545
entrypoint: [reth, node]
restart: unless-stopped
user: root
stop_grace_period: 5m

View File

@@ -4,6 +4,7 @@
services:
ethereum-sepolia-archive:
image: ${ETHEREUM_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${ETHEREUM_SEPOLIA_RETH_VERSION:-v1.3.8}
entrypoint: [reth, node]
command:
- --authrpc.addr=0.0.0.0
- --authrpc.jwtsecret=/jwtsecret
@@ -25,7 +26,6 @@ services:
- --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
- --ws.origins=*
- --ws.port=8545
entrypoint: [reth, node]
restart: unless-stopped
user: root
stop_grace_period: 5m