This commit is contained in:
Para Dox
2025-04-12 13:15:38 +07:00
parent 360b4effb8
commit 1b40e92de2
206 changed files with 2028 additions and 2028 deletions

View File

@@ -4,6 +4,13 @@
services:
ethereum-holesky:
image: ${ETHEREUM_GETH_IMAGE:-ethereum/client-go}:${ETHEREUM_HOLESKY_GETH_VERSION:-v1.15.7}
user: root
ports:
- 10993:10993
- 10993:10993/udp
expose:
- 8545
- 8551
command:
- --authrpc.addr=0.0.0.0
- --authrpc.jwtsecret=/jwtsecret
@@ -30,16 +37,9 @@ services:
- --ws.origins=*
- --ws.port=8545
restart: unless-stopped
user: root
stop_grace_period: 5m
networks:
- chains
ports:
- 10993:10993
- 10993:10993/udp
expose:
- 8545
- 8551
volumes:
- ${ETHEREUM_HOLESKY_GETH_PRUNED_PEBBLE_PATH_DATA:-ethereum-holesky-geth-pruned-pebble-path}:/root/.ethereum
- .jwtsecret:/jwtsecret:ro
@@ -69,6 +69,9 @@ services:
ethereum-holesky-node:
image: ${ETHEREUM_PRYSM_IMAGE:-prysmaticlabs/prysm-beacon-chain}:${ETHEREUM_HOLESKY_PRYSM_VERSION:-v5.3.1}
ports:
- 15993:15993
- 15993:15993/udp
command:
- --accept-terms-of-use
- --beacon-db-pruning
@@ -86,9 +89,6 @@ services:
restart: unless-stopped
networks:
- chains
ports:
- 15993:15993
- 15993:15993/udp
volumes:
- ${ETHEREUM_HOLESKY_GETH_PRUNED_PEBBLE_PATH__PRYSM_DATA:-ethereum-holesky-geth-pruned-pebble-path_prysm}:/data
- .jwtsecret:/jwtsecret:ro

View File

@@ -4,6 +4,13 @@
services:
ethereum-mainnet:
image: ${ETHEREUM_GETH_IMAGE:-ethereum/client-go}:${ETHEREUM_MAINNET_GETH_VERSION:-v1.15.7}
user: root
ports:
- 10023:10023
- 10023:10023/udp
expose:
- 8545
- 8551
command:
- --authrpc.addr=0.0.0.0
- --authrpc.jwtsecret=/jwtsecret
@@ -30,16 +37,9 @@ services:
- --ws.origins=*
- --ws.port=8545
restart: unless-stopped
user: root
stop_grace_period: 5m
networks:
- chains
ports:
- 10023:10023
- 10023:10023/udp
expose:
- 8545
- 8551
volumes:
- ${ETHEREUM_MAINNET_GETH_PRUNED_PEBBLE_PATH_DATA:-ethereum-mainnet-geth-pruned-pebble-path}:/root/.ethereum
- .jwtsecret:/jwtsecret:ro
@@ -69,6 +69,9 @@ services:
ethereum-mainnet-node:
image: ${ETHEREUM_PRYSM_IMAGE:-prysmaticlabs/prysm-beacon-chain}:${ETHEREUM_MAINNET_PRYSM_VERSION:-v5.3.1}
ports:
- 15023:15023
- 15023:15023/udp
command:
- --accept-terms-of-use
- --beacon-db-pruning
@@ -86,9 +89,6 @@ services:
restart: unless-stopped
networks:
- chains
ports:
- 15023:15023
- 15023:15023/udp
volumes:
- ${ETHEREUM_MAINNET_GETH_PRUNED_PEBBLE_PATH__PRYSM_DATA:-ethereum-mainnet-geth-pruned-pebble-path_prysm}:/data
- .jwtsecret:/jwtsecret:ro

View File

@@ -4,6 +4,13 @@
services:
ethereum-sepolia:
image: ${ETHEREUM_GETH_IMAGE:-ethereum/client-go}:${ETHEREUM_SEPOLIA_GETH_VERSION:-v1.15.7}
user: root
ports:
- 10710:10710
- 10710:10710/udp
expose:
- 8545
- 8551
command:
- --authrpc.addr=0.0.0.0
- --authrpc.jwtsecret=/jwtsecret
@@ -30,16 +37,9 @@ services:
- --ws.origins=*
- --ws.port=8545
restart: unless-stopped
user: root
stop_grace_period: 5m
networks:
- chains
ports:
- 10710:10710
- 10710:10710/udp
expose:
- 8545
- 8551
volumes:
- ${ETHEREUM_SEPOLIA_GETH_PRUNED_PEBBLE_PATH_DATA:-ethereum-sepolia-geth-pruned-pebble-path}:/root/.ethereum
- .jwtsecret:/jwtsecret:ro
@@ -69,6 +69,9 @@ services:
ethereum-sepolia-node:
image: ${ETHEREUM_PRYSM_IMAGE:-prysmaticlabs/prysm-beacon-chain}:${ETHEREUM_SEPOLIA_PRYSM_VERSION:-v5.3.1}
ports:
- 15710:15710
- 15710:15710/udp
command:
- --accept-terms-of-use
- --beacon-db-pruning
@@ -86,9 +89,6 @@ services:
restart: unless-stopped
networks:
- chains
ports:
- 15710:15710
- 15710:15710/udp
volumes:
- ${ETHEREUM_SEPOLIA_GETH_PRUNED_PEBBLE_PATH__PRYSM_DATA:-ethereum-sepolia-geth-pruned-pebble-path_prysm}:/data
- .jwtsecret:/jwtsecret:ro