This commit is contained in:
Para Dox
2025-04-12 12:57:50 +07:00
parent b3c69ea511
commit c241595dfd
206 changed files with 4708 additions and 5973 deletions

View File

@@ -1,3 +1,4 @@
---
# use at your own risk
services:
@@ -26,10 +27,8 @@ services:
- 10640:10640/udp
volumes:
- ${GOAT_MAINNET_GETH_ARCHIVE_LEVELDB_HASH_DATA:-goat-mainnet-geth-archive-leveldb-hash}:/root/.ethereum
- /slowdisk:/slowdisk
- .//mainnet:/config
- /slowdisk:/slowdisk
command: --goat=mainnet
networks:
- chains
@@ -79,3 +78,5 @@ x-upstreams:
# non standard geth and erigon
- name: eth_getRawTransactionByHash
- name: eth_getRawTransactionByBlockHashAndIndex
...

View File

@@ -1,3 +1,4 @@
---
# use at your own risk
services:
@@ -26,10 +27,8 @@ services:
- 10640:10640/udp
volumes:
- ${GOAT_MAINNET_GETH_PRUNED_PEBBLE_PATH_DATA:-goat-mainnet-geth-pruned-pebble-path}:/root/.ethereum
- /slowdisk:/slowdisk
- .//mainnet:/config
- /slowdisk:/slowdisk
command: --goat=mainnet
networks:
- chains
@@ -82,3 +81,5 @@ x-upstreams:
# non standard geth and erigon
- name: eth_getRawTransactionByHash
- name: eth_getRawTransactionByBlockHashAndIndex
...

View File

@@ -1,3 +1,4 @@
---
# use at your own risk
services:
@@ -26,10 +27,8 @@ services:
- 10272:10272/udp
volumes:
- ${GOAT_TESTNET3_GETH_ARCHIVE_LEVELDB_HASH_DATA:-goat-testnet3-geth-archive-leveldb-hash}:/root/.ethereum
- /slowdisk:/slowdisk
- .//testnet3:/config
- /slowdisk:/slowdisk
command: --goat=testnet3
networks:
- chains
@@ -79,3 +78,5 @@ x-upstreams:
# non standard geth and erigon
- name: eth_getRawTransactionByHash
- name: eth_getRawTransactionByBlockHashAndIndex
...

View File

@@ -1,3 +1,4 @@
---
# use at your own risk
services:
@@ -26,10 +27,8 @@ services:
- 10272:10272/udp
volumes:
- ${GOAT_TESTNET3_GETH_PRUNED_PEBBLE_PATH_DATA:-goat-testnet3-geth-pruned-pebble-path}:/root/.ethereum
- /slowdisk:/slowdisk
- .//testnet3:/config
- /slowdisk:/slowdisk
command: --goat=testnet3
networks:
- chains
@@ -82,3 +81,5 @@ x-upstreams:
# non standard geth and erigon
- name: eth_getRawTransactionByHash
- name: eth_getRawTransactionByBlockHashAndIndex
...