This commit is contained in:
Para Dox
2025-04-28 21:36:02 +07:00
parent 639d8b60c8
commit 079aefb865
260 changed files with 2080 additions and 0 deletions

View File

@@ -1,5 +1,13 @@
---
# Usage:
#
# .env
# IP=$(curl ipinfo.io/ip)
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml
#
# docker compose up -d
services:
ethereum-holesky:
image: ${ETHEREUM_GETH_IMAGE:-ethereum/client-go}:${ETHEREUM_HOLESKY_GETH_VERSION:-v1.15.7}

View File

@@ -1,5 +1,13 @@
---
# Usage:
#
# .env
# IP=$(curl ipinfo.io/ip)
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml
#
# docker compose up -d
services:
ethereum-mainnet:
image: ${ETHEREUM_GETH_IMAGE:-ethereum/client-go}:${ETHEREUM_MAINNET_GETH_VERSION:-v1.15.7}

View File

@@ -1,5 +1,13 @@
---
# Usage:
#
# .env
# IP=$(curl ipinfo.io/ip)
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml
#
# docker compose up -d
services:
ethereum-sepolia:
image: ${ETHEREUM_GETH_IMAGE:-ethereum/client-go}:${ETHEREUM_SEPOLIA_GETH_VERSION:-v1.15.7}