node is refactored into it's own template
This commit is contained in:
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/abstract-mainnet-archive \
|
# curl -X POST https://${IP}.traefik.me/abstract-mainnet-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
abstract-mainnet-archive-client:
|
abstract-mainnet-archive-client:
|
||||||
@@ -142,6 +137,7 @@ services:
|
|||||||
interval: 1s
|
interval: 1s
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
test: [CMD-SHELL, psql -U postgres -c "select exists (select * from pg_stat_activity where datname = '' and application_name = 'pg_restore')" | grep -e ".f$$"]
|
test: [CMD-SHELL, psql -U postgres -c "select exists (select * from pg_stat_activity where datname = '' and application_name = 'pg_restore')" | grep -e ".f$$"]
|
||||||
|
logging: *logging-defaults
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
abstract-mainnet-external-node-archive:
|
abstract-mainnet-external-node-archive:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/abstract-mainnet \
|
# curl -X POST https://${IP}.traefik.me/abstract-mainnet \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
abstract-mainnet-client:
|
abstract-mainnet-client:
|
||||||
@@ -142,6 +137,7 @@ services:
|
|||||||
interval: 1s
|
interval: 1s
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
test: [CMD-SHELL, psql -U postgres -c "select exists (select * from pg_stat_activity where datname = '' and application_name = 'pg_restore')" | grep -e ".f$$"]
|
test: [CMD-SHELL, psql -U postgres -c "select exists (select * from pg_stat_activity where datname = '' and application_name = 'pg_restore')" | grep -e ".f$$"]
|
||||||
|
logging: *logging-defaults
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
abstract-mainnet-external-node-pruned:
|
abstract-mainnet-external-node-pruned:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/abstract-testnet-archive \
|
# curl -X POST https://${IP}.traefik.me/abstract-testnet-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
abstract-testnet-archive-client:
|
abstract-testnet-archive-client:
|
||||||
@@ -142,6 +137,7 @@ services:
|
|||||||
interval: 1s
|
interval: 1s
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
test: [CMD-SHELL, psql -U postgres -c "select exists (select * from pg_stat_activity where datname = '' and application_name = 'pg_restore')" | grep -e ".f$$"]
|
test: [CMD-SHELL, psql -U postgres -c "select exists (select * from pg_stat_activity where datname = '' and application_name = 'pg_restore')" | grep -e ".f$$"]
|
||||||
|
logging: *logging-defaults
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
abstract-testnet-external-node-archive:
|
abstract-testnet-external-node-archive:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/abstract-testnet \
|
# curl -X POST https://${IP}.traefik.me/abstract-testnet \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
abstract-testnet-client:
|
abstract-testnet-client:
|
||||||
@@ -142,6 +137,7 @@ services:
|
|||||||
interval: 1s
|
interval: 1s
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
test: [CMD-SHELL, psql -U postgres -c "select exists (select * from pg_stat_activity where datname = '' and application_name = 'pg_restore')" | grep -e ".f$$"]
|
test: [CMD-SHELL, psql -U postgres -c "select exists (select * from pg_stat_activity where datname = '' and application_name = 'pg_restore')" | grep -e ".f$$"]
|
||||||
|
logging: *logging-defaults
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
abstract-testnet-external-node-pruned:
|
abstract-testnet-external-node-pruned:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/arbitrum-one-arbnode-archive \
|
# curl -X POST https://${IP}.traefik.me/arbitrum-one-arbnode-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
arbitrum-one-arbnode-archive:
|
arbitrum-one-arbnode-archive:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/alephzero-mainnet-archive \
|
# curl -X POST https://${IP}.traefik.me/alephzero-mainnet-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
alephzero-mainnet-archive:
|
alephzero-mainnet-archive:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/alephzero-mainnet \
|
# curl -X POST https://${IP}.traefik.me/alephzero-mainnet \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
alephzero-mainnet:
|
alephzero-mainnet:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/alephzero-sepolia-archive \
|
# curl -X POST https://${IP}.traefik.me/alephzero-sepolia-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
alephzero-sepolia-archive:
|
alephzero-sepolia-archive:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/alephzero-sepolia \
|
# curl -X POST https://${IP}.traefik.me/alephzero-sepolia \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
alephzero-sepolia:
|
alephzero-sepolia:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/arbitrum-nova-archive \
|
# curl -X POST https://${IP}.traefik.me/arbitrum-nova-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
arbitrum-nova-archive:
|
arbitrum-nova-archive:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/arbitrum-nova \
|
# curl -X POST https://${IP}.traefik.me/arbitrum-nova \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
arbitrum-nova:
|
arbitrum-nova:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/arbitrum-one-archive \
|
# curl -X POST https://${IP}.traefik.me/arbitrum-one-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
arbitrum-one-archive:
|
arbitrum-one-archive:
|
||||||
@@ -139,11 +134,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${ARBITRUM_ONE_ARBNODE_ARCHIVE_LEVELDB_HASH_DATA:-arbitrum-one-arbnode-archive-leveldb-hash}:/data
|
- ${ARBITRUM_ONE_ARBNODE_ARCHIVE_LEVELDB_HASH_DATA:-arbitrum-one-arbnode-archive-leveldb-hash}:/data
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
logging:
|
logging: *logging-defaults
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
labels:
|
labels:
|
||||||
- prometheus-scrape.enabled=false
|
- prometheus-scrape.enabled=false
|
||||||
|
|
||||||
@@ -188,4 +179,24 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
connection:
|
||||||
|
generic:
|
||||||
|
rpc:
|
||||||
|
url: $${RPC_URL}
|
||||||
|
ws:
|
||||||
|
frameSize: 20Mb
|
||||||
|
msgSize: 50Mb
|
||||||
|
url: $${WS_URL}
|
||||||
|
chain: arbitrum
|
||||||
|
method-groups:
|
||||||
|
enabled:
|
||||||
|
- debug
|
||||||
|
- filter
|
||||||
|
methods:
|
||||||
|
disabled:
|
||||||
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
...
|
...
|
||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/arbitrum-one-archive \
|
# curl -X POST https://${IP}.traefik.me/arbitrum-one-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
arbitrum-one-archive:
|
arbitrum-one-archive:
|
||||||
@@ -140,11 +135,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${ARBITRUM_ONE_ARBNODE_ARCHIVE_LEVELDB_HASH_DATA:-arbitrum-one-arbnode-archive-leveldb-hash}:/data
|
- ${ARBITRUM_ONE_ARBNODE_ARCHIVE_LEVELDB_HASH_DATA:-arbitrum-one-arbnode-archive-leveldb-hash}:/data
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
logging:
|
logging: *logging-defaults
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
labels:
|
labels:
|
||||||
- prometheus-scrape.enabled=false
|
- prometheus-scrape.enabled=false
|
||||||
|
|
||||||
@@ -189,4 +180,24 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
connection:
|
||||||
|
generic:
|
||||||
|
rpc:
|
||||||
|
url: $${RPC_URL}
|
||||||
|
ws:
|
||||||
|
frameSize: 20Mb
|
||||||
|
msgSize: 50Mb
|
||||||
|
url: $${WS_URL}
|
||||||
|
chain: arbitrum
|
||||||
|
method-groups:
|
||||||
|
enabled:
|
||||||
|
- debug
|
||||||
|
- filter
|
||||||
|
methods:
|
||||||
|
disabled:
|
||||||
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
...
|
...
|
||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/arbitrum-one \
|
# curl -X POST https://${IP}.traefik.me/arbitrum-one \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
arbitrum-one:
|
arbitrum-one:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/arbitrum-one \
|
# curl -X POST https://${IP}.traefik.me/arbitrum-one \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
arbitrum-one:
|
arbitrum-one:
|
||||||
@@ -136,9 +131,9 @@ services:
|
|||||||
command:
|
command:
|
||||||
- --common-live-blocks-addr=arbitrum-one-firehose:10014
|
- --common-live-blocks-addr=arbitrum-one-firehose:10014
|
||||||
- --log-to-file=false
|
- --log-to-file=false
|
||||||
- --substreams-block-execution-timeout=${ARBITRUM_ONE_SUBSTREAMS_BLOCK_EXECUTION_TIMEOUT:-30m0s}
|
- --substreams-block-execution-timeout=${ARBITRUM_ONE_SUBSTREAMS_BLOCK_EXECUTION_TIMEOUT:-3m0s}
|
||||||
- --substreams-rpc-endpoints=${ARBITRUM_ONE_EXECUTION_ARCHIVE_RPC}
|
- --substreams-rpc-endpoints=${ARBITRUM_ONE_EXECUTION_ARCHIVE_RPC}
|
||||||
- --substreams-tier1-max-subrequests=${ARBITRUM_ONE_SUBSTREAMS_TIER1_MAX_SUBREQUESTS:-20}
|
- --substreams-tier1-max-subrequests=${ARBITRUM_ONE_SUBSTREAMS_TIER1_MAX_SUBREQUESTS:-4}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- arbitrum-one
|
- arbitrum-one
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/arbitrum-one \
|
# curl -X POST https://${IP}.traefik.me/arbitrum-one \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
arbitrum-one:
|
arbitrum-one:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/arbitrum-sepolia-archive \
|
# curl -X POST https://${IP}.traefik.me/arbitrum-sepolia-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
arbitrum-sepolia-archive:
|
arbitrum-sepolia-archive:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/arbitrum-sepolia \
|
# curl -X POST https://${IP}.traefik.me/arbitrum-sepolia \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
arbitrum-sepolia:
|
arbitrum-sepolia:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/connext-sepolia-archive \
|
# curl -X POST https://${IP}.traefik.me/connext-sepolia-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
connext-sepolia-archive:
|
connext-sepolia-archive:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/connext-sepolia \
|
# curl -X POST https://${IP}.traefik.me/connext-sepolia \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
connext-sepolia:
|
connext-sepolia:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/everclear-mainnet-archive \
|
# curl -X POST https://${IP}.traefik.me/everclear-mainnet-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
everclear-mainnet-archive:
|
everclear-mainnet-archive:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/everclear-mainnet \
|
# curl -X POST https://${IP}.traefik.me/everclear-mainnet \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
everclear-mainnet:
|
everclear-mainnet:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/opencampuscodex-sepolia-archive \
|
# curl -X POST https://${IP}.traefik.me/opencampuscodex-sepolia-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
opencampuscodex-sepolia-archive:
|
opencampuscodex-sepolia-archive:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/opencampuscodex-sepolia \
|
# curl -X POST https://${IP}.traefik.me/opencampuscodex-sepolia \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
opencampuscodex-sepolia:
|
opencampuscodex-sepolia:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/playblock-mainnet-archive \
|
# curl -X POST https://${IP}.traefik.me/playblock-mainnet-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
playblock-mainnet-archive:
|
playblock-mainnet-archive:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/playblock-mainnet \
|
# curl -X POST https://${IP}.traefik.me/playblock-mainnet \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
playblock-mainnet:
|
playblock-mainnet:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/real-mainnet-archive \
|
# curl -X POST https://${IP}.traefik.me/real-mainnet-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
real-mainnet-archive:
|
real-mainnet-archive:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/real-mainnet-archive \
|
# curl -X POST https://${IP}.traefik.me/real-mainnet-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
real-mainnet-archive:
|
real-mainnet-archive:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/real-mainnet \
|
# curl -X POST https://${IP}.traefik.me/real-mainnet \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
real-mainnet:
|
real-mainnet:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/avalanche-fuji-archive \
|
# curl -X POST https://${IP}.traefik.me/avalanche-fuji-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
avalanche-fuji-archive-client:
|
avalanche-fuji-archive-client:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/avalanche-fuji \
|
# curl -X POST https://${IP}.traefik.me/avalanche-fuji \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
avalanche-fuji-client:
|
avalanche-fuji-client:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/avalanche-mainnet-archive \
|
# curl -X POST https://${IP}.traefik.me/avalanche-mainnet-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
avalanche-mainnet-archive-client:
|
avalanche-mainnet-archive-client:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/avalanche-mainnet \
|
# curl -X POST https://${IP}.traefik.me/avalanche-mainnet \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
avalanche-mainnet-client:
|
avalanche-mainnet-client:
|
||||||
|
|||||||
6
base.yml
6
base.yml
@@ -1,3 +1,9 @@
|
|||||||
|
x-logging-defaults: &logging-defaults
|
||||||
|
driver: json-file
|
||||||
|
options:
|
||||||
|
max-size: "10m"
|
||||||
|
max-file: "3"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
chains:
|
chains:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
|
|||||||
@@ -32,11 +32,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/berachain-bartio-reth \
|
# curl -X POST https://${IP}.traefik.me/berachain-bartio-reth \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
berachain-bartio-reth:
|
berachain-bartio-reth:
|
||||||
@@ -144,7 +139,6 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ${BERACHAIN_BARTIO_RETH_ARCHIVE_TRACE__NODE_DATA:-berachain-bartio-reth-archive-trace_node}:/root/.beacond/data
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- berachain-bartio-reth-archive-trace_config:/root/.beacond/config
|
- berachain-bartio-reth-archive-trace_config:/root/.beacond/config
|
||||||
logging: *logging-defaults
|
logging: *logging-defaults
|
||||||
@@ -153,8 +147,8 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
berachain-bartio-reth-archive-trace:
|
berachain-bartio-reth-archive-trace:
|
||||||
|
berachain-bartio-reth-archive-trace_beacon-kit:
|
||||||
berachain-bartio-reth-archive-trace_config:
|
berachain-bartio-reth-archive-trace_config:
|
||||||
berachain-bartio-reth-archive-trace_node:
|
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- id: $${ID}
|
- id: $${ID}
|
||||||
|
|||||||
@@ -32,11 +32,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/berachain-bartio-reth-pruned \
|
# curl -X POST https://${IP}.traefik.me/berachain-bartio-reth-pruned \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
berachain-bartio-reth-pruned:
|
berachain-bartio-reth-pruned:
|
||||||
@@ -145,7 +140,6 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ${BERACHAIN_BARTIO_RETH_PRUNED_TRACE__NODE_DATA:-berachain-bartio-reth-pruned-trace_node}:/root/.beacond/data
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- berachain-bartio-reth-pruned-trace_config:/root/.beacond/config
|
- berachain-bartio-reth-pruned-trace_config:/root/.beacond/config
|
||||||
logging: *logging-defaults
|
logging: *logging-defaults
|
||||||
@@ -154,8 +148,8 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
berachain-bartio-reth-pruned-trace:
|
berachain-bartio-reth-pruned-trace:
|
||||||
|
berachain-bartio-reth-pruned-trace_beacon-kit:
|
||||||
berachain-bartio-reth-pruned-trace_config:
|
berachain-bartio-reth-pruned-trace_config:
|
||||||
berachain-bartio-reth-pruned-trace_node:
|
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- id: $${ID}
|
- id: $${ID}
|
||||||
|
|||||||
@@ -32,11 +32,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/berachain-bepolia-reth \
|
# curl -X POST https://${IP}.traefik.me/berachain-bepolia-reth \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
berachain-bepolia-reth:
|
berachain-bepolia-reth:
|
||||||
@@ -147,7 +142,6 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ${BERACHAIN_BEPOLIA_RETH_ARCHIVE_TRACE__NODE_DATA:-berachain-bepolia-reth-archive-trace_node}:/root/.beacond/data
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- berachain-bepolia-reth-archive-trace_config:/root/.beacond/config
|
- berachain-bepolia-reth-archive-trace_config:/root/.beacond/config
|
||||||
logging: *logging-defaults
|
logging: *logging-defaults
|
||||||
@@ -156,8 +150,8 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
berachain-bepolia-reth-archive-trace:
|
berachain-bepolia-reth-archive-trace:
|
||||||
|
berachain-bepolia-reth-archive-trace_beacon-kit:
|
||||||
berachain-bepolia-reth-archive-trace_config:
|
berachain-bepolia-reth-archive-trace_config:
|
||||||
berachain-bepolia-reth-archive-trace_node:
|
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- id: $${ID}
|
- id: $${ID}
|
||||||
|
|||||||
@@ -32,11 +32,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/berachain-bepolia-reth-pruned \
|
# curl -X POST https://${IP}.traefik.me/berachain-bepolia-reth-pruned \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
berachain-bepolia-reth-pruned:
|
berachain-bepolia-reth-pruned:
|
||||||
@@ -148,7 +143,6 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ${BERACHAIN_BEPOLIA_RETH_PRUNED_TRACE__NODE_DATA:-berachain-bepolia-reth-pruned-trace_node}:/root/.beacond/data
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- berachain-bepolia-reth-pruned-trace_config:/root/.beacond/config
|
- berachain-bepolia-reth-pruned-trace_config:/root/.beacond/config
|
||||||
logging: *logging-defaults
|
logging: *logging-defaults
|
||||||
@@ -157,8 +151,8 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
berachain-bepolia-reth-pruned-trace:
|
berachain-bepolia-reth-pruned-trace:
|
||||||
|
berachain-bepolia-reth-pruned-trace_beacon-kit:
|
||||||
berachain-bepolia-reth-pruned-trace_config:
|
berachain-bepolia-reth-pruned-trace_config:
|
||||||
berachain-bepolia-reth-pruned-trace_node:
|
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- id: $${ID}
|
- id: $${ID}
|
||||||
|
|||||||
@@ -32,11 +32,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/berachain-mainnet-reth \
|
# curl -X POST https://${IP}.traefik.me/berachain-mainnet-reth \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
berachain-mainnet-reth:
|
berachain-mainnet-reth:
|
||||||
@@ -145,7 +140,6 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ${BERACHAIN_MAINNET_RETH_ARCHIVE_TRACE__NODE_DATA:-berachain-mainnet-reth-archive-trace_node}:/root/.beacond/data
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- berachain-mainnet-reth-archive-trace_config:/root/.beacond/config
|
- berachain-mainnet-reth-archive-trace_config:/root/.beacond/config
|
||||||
logging: *logging-defaults
|
logging: *logging-defaults
|
||||||
@@ -154,8 +148,8 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
berachain-mainnet-reth-archive-trace:
|
berachain-mainnet-reth-archive-trace:
|
||||||
|
berachain-mainnet-reth-archive-trace_beacon-kit:
|
||||||
berachain-mainnet-reth-archive-trace_config:
|
berachain-mainnet-reth-archive-trace_config:
|
||||||
berachain-mainnet-reth-archive-trace_node:
|
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- id: $${ID}
|
- id: $${ID}
|
||||||
|
|||||||
@@ -32,11 +32,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/berachain-mainnet-reth-pruned \
|
# curl -X POST https://${IP}.traefik.me/berachain-mainnet-reth-pruned \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
berachain-mainnet-reth-pruned:
|
berachain-mainnet-reth-pruned:
|
||||||
@@ -146,7 +141,6 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ${BERACHAIN_MAINNET_RETH_PRUNED_TRACE__NODE_DATA:-berachain-mainnet-reth-pruned-trace_node}:/root/.beacond/data
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- berachain-mainnet-reth-pruned-trace_config:/root/.beacond/config
|
- berachain-mainnet-reth-pruned-trace_config:/root/.beacond/config
|
||||||
logging: *logging-defaults
|
logging: *logging-defaults
|
||||||
@@ -155,8 +149,8 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
berachain-mainnet-reth-pruned-trace:
|
berachain-mainnet-reth-pruned-trace:
|
||||||
|
berachain-mainnet-reth-pruned-trace_beacon-kit:
|
||||||
berachain-mainnet-reth-pruned-trace_config:
|
berachain-mainnet-reth-pruned-trace_config:
|
||||||
berachain-mainnet-reth-pruned-trace_node:
|
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- id: $${ID}
|
- id: $${ID}
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/bitcoin-cash-mainnet \
|
# curl -X POST https://${IP}.traefik.me/bitcoin-cash-mainnet \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bitcoin-cash-mainnet:
|
bitcoin-cash-mainnet:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/bitcoin-cash-testnet \
|
# curl -X POST https://${IP}.traefik.me/bitcoin-cash-testnet \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bitcoin-cash-testnet:
|
bitcoin-cash-testnet:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/bitcoin-mainnet \
|
# curl -X POST https://${IP}.traefik.me/bitcoin-mainnet \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bitcoin-mainnet:
|
bitcoin-mainnet:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/bitcoin-testnet \
|
# curl -X POST https://${IP}.traefik.me/bitcoin-testnet \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bitcoin-testnet:
|
bitcoin-testnet:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/bsc-chapel \
|
# curl -X POST https://${IP}.traefik.me/bsc-chapel \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bsc-chapel:
|
bsc-chapel:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/bsc-mainnet \
|
# curl -X POST https://${IP}.traefik.me/bsc-mainnet \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bsc-mainnet:
|
bsc-mainnet:
|
||||||
@@ -143,9 +138,9 @@ services:
|
|||||||
command:
|
command:
|
||||||
- --common-live-blocks-addr=bsc-mainnet-firehose:10014
|
- --common-live-blocks-addr=bsc-mainnet-firehose:10014
|
||||||
- --log-to-file=false
|
- --log-to-file=false
|
||||||
- --substreams-block-execution-timeout=${BSC_MAINNET_SUBSTREAMS_BLOCK_EXECUTION_TIMEOUT:-30m0s}
|
- --substreams-block-execution-timeout=${BSC_MAINNET_SUBSTREAMS_BLOCK_EXECUTION_TIMEOUT:-3m0s}
|
||||||
- --substreams-rpc-endpoints=${BSC_MAINNET_EXECUTION_ARCHIVE_RPC}
|
- --substreams-rpc-endpoints=${BSC_MAINNET_EXECUTION_ARCHIVE_RPC}
|
||||||
- --substreams-tier1-max-subrequests=${BSC_MAINNET_SUBSTREAMS_TIER1_MAX_SUBREQUESTS:-20}
|
- --substreams-tier1-max-subrequests=${BSC_MAINNET_SUBSTREAMS_TIER1_MAX_SUBREQUESTS:-4}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- bsc-mainnet
|
- bsc-mainnet
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/bsc-mainnet \
|
# curl -X POST https://${IP}.traefik.me/bsc-mainnet \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bsc-mainnet:
|
bsc-mainnet:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/bsc-chapel-erigon3-archive \
|
# curl -X POST https://${IP}.traefik.me/bsc-chapel-erigon3-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bsc-chapel-erigon3-archive:
|
bsc-chapel-erigon3-archive:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/bsc-chapel-erigon3-minimal \
|
# curl -X POST https://${IP}.traefik.me/bsc-chapel-erigon3-minimal \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bsc-chapel-erigon3-minimal:
|
bsc-chapel-erigon3-minimal:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/bsc-chapel-erigon3 \
|
# curl -X POST https://${IP}.traefik.me/bsc-chapel-erigon3 \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bsc-chapel-erigon3:
|
bsc-chapel-erigon3:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/bsc-mainnet-erigon3-archive \
|
# curl -X POST https://${IP}.traefik.me/bsc-mainnet-erigon3-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bsc-mainnet-erigon3-archive:
|
bsc-mainnet-erigon3-archive:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/bsc-mainnet-erigon3-minimal \
|
# curl -X POST https://${IP}.traefik.me/bsc-mainnet-erigon3-minimal \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bsc-mainnet-erigon3-minimal:
|
bsc-mainnet-erigon3-minimal:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/bsc-mainnet-erigon3 \
|
# curl -X POST https://${IP}.traefik.me/bsc-mainnet-erigon3 \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bsc-mainnet-erigon3:
|
bsc-mainnet-erigon3:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/celo-alfajores-geth-archive \
|
# curl -X POST https://${IP}.traefik.me/celo-alfajores-geth-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
celo-alfajores-geth-archive:
|
celo-alfajores-geth-archive:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/celo-alfajores-geth \
|
# curl -X POST https://${IP}.traefik.me/celo-alfajores-geth \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
celo-alfajores-geth:
|
celo-alfajores-geth:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/celo-mainnet-geth-archive \
|
# curl -X POST https://${IP}.traefik.me/celo-mainnet-geth-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
celo-mainnet-geth-archive:
|
celo-mainnet-geth-archive:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/celo-mainnet-geth \
|
# curl -X POST https://${IP}.traefik.me/celo-mainnet-geth \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
celo-mainnet-geth:
|
celo-mainnet-geth:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/core-buffalo \
|
# curl -X POST https://${IP}.traefik.me/core-buffalo \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
core-buffalo:
|
core-buffalo:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/core-mainnet-archive \
|
# curl -X POST https://${IP}.traefik.me/core-mainnet-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
core-mainnet-archive:
|
core-mainnet-archive:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/core-mainnet \
|
# curl -X POST https://${IP}.traefik.me/core-mainnet \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
core-mainnet:
|
core-mainnet:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/core-pigeon \
|
# curl -X POST https://${IP}.traefik.me/core-pigeon \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
core-pigeon:
|
core-pigeon:
|
||||||
|
|||||||
@@ -25,11 +25,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/cronos-zkevm-mainnet-archive \
|
# curl -X POST https://${IP}.traefik.me/cronos-zkevm-mainnet-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
cronos-zkevm-mainnet-archive-client:
|
cronos-zkevm-mainnet-archive-client:
|
||||||
@@ -146,6 +141,7 @@ services:
|
|||||||
interval: 1s
|
interval: 1s
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
test: [CMD-SHELL, psql -U postgres -c "select exists (select * from pg_stat_activity where datname = '' and application_name = 'pg_restore')" | grep -e ".f$$"]
|
test: [CMD-SHELL, psql -U postgres -c "select exists (select * from pg_stat_activity where datname = '' and application_name = 'pg_restore')" | grep -e ".f$$"]
|
||||||
|
logging: *logging-defaults
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
cronos-zkevm-mainnet-external-node-archive:
|
cronos-zkevm-mainnet-external-node-archive:
|
||||||
|
|||||||
@@ -25,11 +25,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/cronos-zkevm-mainnet \
|
# curl -X POST https://${IP}.traefik.me/cronos-zkevm-mainnet \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
cronos-zkevm-mainnet-client:
|
cronos-zkevm-mainnet-client:
|
||||||
@@ -146,6 +141,7 @@ services:
|
|||||||
interval: 1s
|
interval: 1s
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
test: [CMD-SHELL, psql -U postgres -c "select exists (select * from pg_stat_activity where datname = '' and application_name = 'pg_restore')" | grep -e ".f$$"]
|
test: [CMD-SHELL, psql -U postgres -c "select exists (select * from pg_stat_activity where datname = '' and application_name = 'pg_restore')" | grep -e ".f$$"]
|
||||||
|
logging: *logging-defaults
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
cronos-zkevm-mainnet-external-node-pruned:
|
cronos-zkevm-mainnet-external-node-pruned:
|
||||||
|
|||||||
@@ -25,11 +25,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/cronos-zkevm-testnet-archive \
|
# curl -X POST https://${IP}.traefik.me/cronos-zkevm-testnet-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
cronos-zkevm-testnet-archive-client:
|
cronos-zkevm-testnet-archive-client:
|
||||||
@@ -146,6 +141,7 @@ services:
|
|||||||
interval: 1s
|
interval: 1s
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
test: [CMD-SHELL, psql -U postgres -c "select exists (select * from pg_stat_activity where datname = '' and application_name = 'pg_restore')" | grep -e ".f$$"]
|
test: [CMD-SHELL, psql -U postgres -c "select exists (select * from pg_stat_activity where datname = '' and application_name = 'pg_restore')" | grep -e ".f$$"]
|
||||||
|
logging: *logging-defaults
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
cronos-zkevm-testnet-external-node-archive:
|
cronos-zkevm-testnet-external-node-archive:
|
||||||
|
|||||||
@@ -25,11 +25,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/cronos-zkevm-testnet \
|
# curl -X POST https://${IP}.traefik.me/cronos-zkevm-testnet \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
cronos-zkevm-testnet-client:
|
cronos-zkevm-testnet-client:
|
||||||
@@ -146,6 +141,7 @@ services:
|
|||||||
interval: 1s
|
interval: 1s
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
test: [CMD-SHELL, psql -U postgres -c "select exists (select * from pg_stat_activity where datname = '' and application_name = 'pg_restore')" | grep -e ".f$$"]
|
test: [CMD-SHELL, psql -U postgres -c "select exists (select * from pg_stat_activity where datname = '' and application_name = 'pg_restore')" | grep -e ".f$$"]
|
||||||
|
logging: *logging-defaults
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
cronos-zkevm-testnet-external-node-pruned:
|
cronos-zkevm-testnet-external-node-pruned:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/dogecoin-mainnet \
|
# curl -X POST https://${IP}.traefik.me/dogecoin-mainnet \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
dogecoin-mainnet:
|
dogecoin-mainnet:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/dogecoin-testnet \
|
# curl -X POST https://${IP}.traefik.me/dogecoin-testnet \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
dogecoin-testnet:
|
dogecoin-testnet:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-classic-besu \
|
# curl -X POST https://${IP}.traefik.me/ethereum-classic-besu \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-classic-besu-client:
|
ethereum-classic-besu-client:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-holesky-erigon3-archive \
|
# curl -X POST https://${IP}.traefik.me/ethereum-holesky-erigon3-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-holesky-erigon3-archive:
|
ethereum-holesky-erigon3-archive:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-holesky-erigon3-minimal \
|
# curl -X POST https://${IP}.traefik.me/ethereum-holesky-erigon3-minimal \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-holesky-erigon3-minimal:
|
ethereum-holesky-erigon3-minimal:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-holesky-erigon3 \
|
# curl -X POST https://${IP}.traefik.me/ethereum-holesky-erigon3 \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-holesky-erigon3:
|
ethereum-holesky-erigon3:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-hoodi-erigon3-archive \
|
# curl -X POST https://${IP}.traefik.me/ethereum-hoodi-erigon3-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-hoodi-erigon3-archive:
|
ethereum-hoodi-erigon3-archive:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-hoodi-erigon3-minimal \
|
# curl -X POST https://${IP}.traefik.me/ethereum-hoodi-erigon3-minimal \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-hoodi-erigon3-minimal:
|
ethereum-hoodi-erigon3-minimal:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-hoodi-erigon3 \
|
# curl -X POST https://${IP}.traefik.me/ethereum-hoodi-erigon3 \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-hoodi-erigon3:
|
ethereum-hoodi-erigon3:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-erigon3-archive \
|
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-erigon3-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-mainnet-erigon3-archive:
|
ethereum-mainnet-erigon3-archive:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-erigon3-minimal \
|
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-erigon3-minimal \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-mainnet-erigon3-minimal:
|
ethereum-mainnet-erigon3-minimal:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-erigon3 \
|
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-erigon3 \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-mainnet-erigon3:
|
ethereum-mainnet-erigon3:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-sepolia-erigon3-archive \
|
# curl -X POST https://${IP}.traefik.me/ethereum-sepolia-erigon3-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-sepolia-erigon3-archive:
|
ethereum-sepolia-erigon3-archive:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-sepolia-erigon3-minimal \
|
# curl -X POST https://${IP}.traefik.me/ethereum-sepolia-erigon3-minimal \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-sepolia-erigon3-minimal:
|
ethereum-sepolia-erigon3-minimal:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-sepolia-erigon3 \
|
# curl -X POST https://${IP}.traefik.me/ethereum-sepolia-erigon3 \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-sepolia-erigon3:
|
ethereum-sepolia-erigon3:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-holesky-geth \
|
# curl -X POST https://${IP}.traefik.me/ethereum-holesky-geth \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-holesky-geth:
|
ethereum-holesky-geth:
|
||||||
@@ -107,6 +102,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 16993:16993
|
- 16993:16993
|
||||||
- 16993:16993/udp
|
- 16993:16993/udp
|
||||||
|
expose:
|
||||||
|
- 3500
|
||||||
command:
|
command:
|
||||||
- --accept-terms-of-use
|
- --accept-terms-of-use
|
||||||
- --beacon-db-pruning
|
- --beacon-db-pruning
|
||||||
@@ -196,4 +193,12 @@ x-upstreams:
|
|||||||
generic:
|
generic:
|
||||||
rpc:
|
rpc:
|
||||||
url: $${RPC_URL}
|
url: $${RPC_URL}
|
||||||
|
- id: $${ID}-beacon-chain
|
||||||
|
chain: eth-beacon-chain-holesky
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}-beacon-chain
|
||||||
|
connection:
|
||||||
|
generic:
|
||||||
|
rpc:
|
||||||
|
url: $${RPC_URL}
|
||||||
...
|
...
|
||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-geth \
|
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-geth \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-mainnet-geth:
|
ethereum-mainnet-geth:
|
||||||
@@ -146,9 +141,9 @@ services:
|
|||||||
command:
|
command:
|
||||||
- --common-live-blocks-addr=ethereum-mainnet-geth-firehose:10014
|
- --common-live-blocks-addr=ethereum-mainnet-geth-firehose:10014
|
||||||
- --log-to-file=false
|
- --log-to-file=false
|
||||||
- --substreams-block-execution-timeout=${ETHEREUM_MAINNET_SUBSTREAMS_BLOCK_EXECUTION_TIMEOUT:-30m0s}
|
- --substreams-block-execution-timeout=${ETHEREUM_MAINNET_SUBSTREAMS_BLOCK_EXECUTION_TIMEOUT:-3m0s}
|
||||||
- --substreams-rpc-endpoints=${ETHEREUM_MAINNET_EXECUTION_ARCHIVE_RPC}
|
- --substreams-rpc-endpoints=${ETHEREUM_MAINNET_EXECUTION_ARCHIVE_RPC}
|
||||||
- --substreams-tier1-max-subrequests=${ETHEREUM_MAINNET_SUBSTREAMS_TIER1_MAX_SUBREQUESTS:-20}
|
- --substreams-tier1-max-subrequests=${ETHEREUM_MAINNET_SUBSTREAMS_TIER1_MAX_SUBREQUESTS:-4}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- ethereum-mainnet-geth
|
- ethereum-mainnet-geth
|
||||||
@@ -173,6 +168,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 15455:15455
|
- 15455:15455
|
||||||
- 15455:15455/udp
|
- 15455:15455/udp
|
||||||
|
expose:
|
||||||
|
- 3500
|
||||||
entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' --
|
entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' --
|
||||||
command:
|
command:
|
||||||
- --history=prune
|
- --history=prune
|
||||||
@@ -258,4 +255,12 @@ x-upstreams:
|
|||||||
generic:
|
generic:
|
||||||
rpc:
|
rpc:
|
||||||
url: $${RPC_URL}
|
url: $${RPC_URL}
|
||||||
|
- id: $${ID}-beacon-chain
|
||||||
|
chain: eth-beacon-chain
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}-beacon-chain
|
||||||
|
connection:
|
||||||
|
generic:
|
||||||
|
rpc:
|
||||||
|
url: $${RPC_URL}
|
||||||
...
|
...
|
||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-geth \
|
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-geth \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-mainnet-geth:
|
ethereum-mainnet-geth:
|
||||||
@@ -146,9 +141,9 @@ services:
|
|||||||
command:
|
command:
|
||||||
- --common-live-blocks-addr=ethereum-mainnet-geth-firehose:10014
|
- --common-live-blocks-addr=ethereum-mainnet-geth-firehose:10014
|
||||||
- --log-to-file=false
|
- --log-to-file=false
|
||||||
- --substreams-block-execution-timeout=${ETHEREUM_MAINNET_SUBSTREAMS_BLOCK_EXECUTION_TIMEOUT:-30m0s}
|
- --substreams-block-execution-timeout=${ETHEREUM_MAINNET_SUBSTREAMS_BLOCK_EXECUTION_TIMEOUT:-3m0s}
|
||||||
- --substreams-rpc-endpoints=${ETHEREUM_MAINNET_EXECUTION_ARCHIVE_RPC}
|
- --substreams-rpc-endpoints=${ETHEREUM_MAINNET_EXECUTION_ARCHIVE_RPC}
|
||||||
- --substreams-tier1-max-subrequests=${ETHEREUM_MAINNET_SUBSTREAMS_TIER1_MAX_SUBREQUESTS:-20}
|
- --substreams-tier1-max-subrequests=${ETHEREUM_MAINNET_SUBSTREAMS_TIER1_MAX_SUBREQUESTS:-4}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- ethereum-mainnet-geth
|
- ethereum-mainnet-geth
|
||||||
@@ -173,6 +168,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 17023:17023
|
- 17023:17023
|
||||||
- 17023:17023/udp
|
- 17023:17023/udp
|
||||||
|
expose:
|
||||||
|
- 3500
|
||||||
entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' --
|
entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' --
|
||||||
command:
|
command:
|
||||||
- --history=prune
|
- --history=prune
|
||||||
@@ -260,4 +257,12 @@ x-upstreams:
|
|||||||
generic:
|
generic:
|
||||||
rpc:
|
rpc:
|
||||||
url: $${RPC_URL}
|
url: $${RPC_URL}
|
||||||
|
- id: $${ID}-beacon-chain
|
||||||
|
chain: eth-beacon-chain
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}-beacon-chain
|
||||||
|
connection:
|
||||||
|
generic:
|
||||||
|
rpc:
|
||||||
|
url: $${RPC_URL}
|
||||||
...
|
...
|
||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-geth \
|
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-geth \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-mainnet-geth:
|
ethereum-mainnet-geth:
|
||||||
@@ -107,6 +102,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 17023:17023
|
- 17023:17023
|
||||||
- 17023:17023/udp
|
- 17023:17023/udp
|
||||||
|
expose:
|
||||||
|
- 3500
|
||||||
command:
|
command:
|
||||||
- --accept-terms-of-use
|
- --accept-terms-of-use
|
||||||
- --beacon-db-pruning
|
- --beacon-db-pruning
|
||||||
@@ -196,4 +193,12 @@ x-upstreams:
|
|||||||
generic:
|
generic:
|
||||||
rpc:
|
rpc:
|
||||||
url: $${RPC_URL}
|
url: $${RPC_URL}
|
||||||
|
- id: $${ID}-beacon-chain
|
||||||
|
chain: eth-beacon-chain
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}-beacon-chain
|
||||||
|
connection:
|
||||||
|
generic:
|
||||||
|
rpc:
|
||||||
|
url: $${RPC_URL}
|
||||||
...
|
...
|
||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-sepolia-geth \
|
# curl -X POST https://${IP}.traefik.me/ethereum-sepolia-geth \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-sepolia-geth:
|
ethereum-sepolia-geth:
|
||||||
@@ -107,6 +102,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 19710:19710
|
- 19710:19710
|
||||||
- 19710:19710/udp
|
- 19710:19710/udp
|
||||||
|
expose:
|
||||||
|
- 3500
|
||||||
command:
|
command:
|
||||||
- --accept-terms-of-use
|
- --accept-terms-of-use
|
||||||
- --beacon-db-pruning
|
- --beacon-db-pruning
|
||||||
@@ -196,4 +193,12 @@ x-upstreams:
|
|||||||
generic:
|
generic:
|
||||||
rpc:
|
rpc:
|
||||||
url: $${RPC_URL}
|
url: $${RPC_URL}
|
||||||
|
- id: $${ID}-beacon-chain
|
||||||
|
chain: eth-beacon-chain-sepolia
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}-beacon-chain
|
||||||
|
connection:
|
||||||
|
generic:
|
||||||
|
rpc:
|
||||||
|
url: $${RPC_URL}
|
||||||
...
|
...
|
||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-holesky-reth \
|
# curl -X POST https://${IP}.traefik.me/ethereum-holesky-reth \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-holesky-reth:
|
ethereum-holesky-reth:
|
||||||
@@ -110,6 +105,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 18752:18752
|
- 18752:18752
|
||||||
- 18752:18752/udp
|
- 18752:18752/udp
|
||||||
|
expose:
|
||||||
|
- 3500
|
||||||
command:
|
command:
|
||||||
- --accept-terms-of-use
|
- --accept-terms-of-use
|
||||||
- --beacon-db-pruning
|
- --beacon-db-pruning
|
||||||
@@ -182,4 +179,12 @@ x-upstreams:
|
|||||||
generic:
|
generic:
|
||||||
rpc:
|
rpc:
|
||||||
url: $${RPC_URL}
|
url: $${RPC_URL}
|
||||||
|
- id: $${ID}-beacon-chain
|
||||||
|
chain: eth-beacon-chain-holesky
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}-beacon-chain
|
||||||
|
connection:
|
||||||
|
generic:
|
||||||
|
rpc:
|
||||||
|
url: $${RPC_URL}
|
||||||
...
|
...
|
||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-holesky-reth-pruned \
|
# curl -X POST https://${IP}.traefik.me/ethereum-holesky-reth-pruned \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-holesky-reth-pruned:
|
ethereum-holesky-reth-pruned:
|
||||||
@@ -111,6 +106,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 16849:16849
|
- 16849:16849
|
||||||
- 16849:16849/udp
|
- 16849:16849/udp
|
||||||
|
expose:
|
||||||
|
- 3500
|
||||||
command:
|
command:
|
||||||
- --accept-terms-of-use
|
- --accept-terms-of-use
|
||||||
- --beacon-db-pruning
|
- --beacon-db-pruning
|
||||||
@@ -183,4 +180,12 @@ x-upstreams:
|
|||||||
generic:
|
generic:
|
||||||
rpc:
|
rpc:
|
||||||
url: $${RPC_URL}
|
url: $${RPC_URL}
|
||||||
|
- id: $${ID}-beacon-chain
|
||||||
|
chain: eth-beacon-chain-holesky
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}-beacon-chain
|
||||||
|
connection:
|
||||||
|
generic:
|
||||||
|
rpc:
|
||||||
|
url: $${RPC_URL}
|
||||||
...
|
...
|
||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-reth \
|
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-reth \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-mainnet-reth:
|
ethereum-mainnet-reth:
|
||||||
@@ -110,6 +105,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 19563:19563
|
- 19563:19563
|
||||||
- 19563:19563/udp
|
- 19563:19563/udp
|
||||||
|
expose:
|
||||||
|
- 3500
|
||||||
entrypoint: [lighthouse, beacon_node]
|
entrypoint: [lighthouse, beacon_node]
|
||||||
command:
|
command:
|
||||||
- --allow-insecure-genesis-sync
|
- --allow-insecure-genesis-sync
|
||||||
@@ -137,7 +134,6 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ${ETHEREUM_MAINNET_RETH_ARCHIVE_TRACE__LIGHTHOUSE_PRUNED_BLOBS_DATA:-ethereum-mainnet-reth-archive-trace_lighthouse-pruned-blobs}:/data
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
@@ -189,4 +185,12 @@ x-upstreams:
|
|||||||
generic:
|
generic:
|
||||||
rpc:
|
rpc:
|
||||||
url: $${RPC_URL}
|
url: $${RPC_URL}
|
||||||
|
- id: $${ID}-beacon-chain
|
||||||
|
chain: eth-beacon-chain
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}-beacon-chain
|
||||||
|
connection:
|
||||||
|
generic:
|
||||||
|
rpc:
|
||||||
|
url: $${RPC_URL}
|
||||||
...
|
...
|
||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-reth \
|
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-reth \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-mainnet-reth:
|
ethereum-mainnet-reth:
|
||||||
@@ -111,6 +106,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 19563:19563
|
- 19563:19563
|
||||||
- 19563:19563/udp
|
- 19563:19563/udp
|
||||||
|
expose:
|
||||||
|
- 3500
|
||||||
entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' --
|
entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' --
|
||||||
command:
|
command:
|
||||||
- --history=prune
|
- --history=prune
|
||||||
@@ -181,4 +178,12 @@ x-upstreams:
|
|||||||
generic:
|
generic:
|
||||||
rpc:
|
rpc:
|
||||||
url: $${RPC_URL}
|
url: $${RPC_URL}
|
||||||
|
- id: $${ID}-beacon-chain
|
||||||
|
chain: eth-beacon-chain
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}-beacon-chain
|
||||||
|
connection:
|
||||||
|
generic:
|
||||||
|
rpc:
|
||||||
|
url: $${RPC_URL}
|
||||||
...
|
...
|
||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-reth \
|
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-reth \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-mainnet-reth:
|
ethereum-mainnet-reth:
|
||||||
@@ -110,6 +105,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 19563:19563
|
- 19563:19563
|
||||||
- 19563:19563/udp
|
- 19563:19563/udp
|
||||||
|
expose:
|
||||||
|
- 3500
|
||||||
command:
|
command:
|
||||||
- --accept-terms-of-use
|
- --accept-terms-of-use
|
||||||
- --beacon-db-pruning
|
- --beacon-db-pruning
|
||||||
@@ -182,4 +179,12 @@ x-upstreams:
|
|||||||
generic:
|
generic:
|
||||||
rpc:
|
rpc:
|
||||||
url: $${RPC_URL}
|
url: $${RPC_URL}
|
||||||
|
- id: $${ID}-beacon-chain
|
||||||
|
chain: eth-beacon-chain
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}-beacon-chain
|
||||||
|
connection:
|
||||||
|
generic:
|
||||||
|
rpc:
|
||||||
|
url: $${RPC_URL}
|
||||||
...
|
...
|
||||||
@@ -25,11 +25,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-reth-minimal \
|
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-reth-minimal \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-mainnet-reth-minimal:
|
ethereum-mainnet-reth-minimal:
|
||||||
@@ -109,11 +104,24 @@ services:
|
|||||||
- traefik.http.routers.ethereum-mainnet-reth-minimal-trace.middlewares=ethereum-mainnet-reth-minimal-trace-stripprefix, ipallowlist
|
- traefik.http.routers.ethereum-mainnet-reth-minimal-trace.middlewares=ethereum-mainnet-reth-minimal-trace-stripprefix, ipallowlist
|
||||||
shm_size: 2gb
|
shm_size: 2gb
|
||||||
|
|
||||||
|
ethereum-mainnet-reth-minimal-pruner:
|
||||||
|
image: debian:latest
|
||||||
|
entrypoint: [/scripts/prune-reth.sh]
|
||||||
|
restart: no
|
||||||
|
volumes:
|
||||||
|
- ./scripts/castrate-reth.sh:/scripts/prune-reth.sh
|
||||||
|
- ethereum-mainnet-reth-minimal-trace:/data
|
||||||
|
logging: *logging-defaults
|
||||||
|
profiles:
|
||||||
|
- pruning
|
||||||
|
|
||||||
ethereum-mainnet-reth-minimal-node:
|
ethereum-mainnet-reth-minimal-node:
|
||||||
image: ${ETHEREUM_BLSYNC_IMAGE:-ethereum/client-go}:${ETHEREUM_MAINNET_BLSYNC_VERSION:-alltools-v1.15.7}
|
image: ${ETHEREUM_BLSYNC_IMAGE:-ethereum/client-go}:${ETHEREUM_MAINNET_BLSYNC_VERSION:-alltools-v1.15.7}
|
||||||
ports:
|
ports:
|
||||||
- 19286:19286
|
- 19286:19286
|
||||||
- 19286:19286/udp
|
- 19286:19286/udp
|
||||||
|
expose:
|
||||||
|
- 3500
|
||||||
entrypoint: [blsync]
|
entrypoint: [blsync]
|
||||||
command:
|
command:
|
||||||
- --beacon.api=https://lodestar-mainnet.chainsafe.io
|
- --beacon.api=https://lodestar-mainnet.chainsafe.io
|
||||||
@@ -132,16 +140,6 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- prometheus-scrape.enabled=false
|
- prometheus-scrape.enabled=false
|
||||||
|
|
||||||
ethereum-mainnet-reth-minimal-pruner:
|
|
||||||
image: debian:latest
|
|
||||||
entrypoint: [/scripts/prune-reth.sh]
|
|
||||||
restart: no
|
|
||||||
volumes:
|
|
||||||
- ./scripts/castrate-reth.sh:/scripts/prune-reth.sh
|
|
||||||
- ethereum-mainnet-reth-minimal-trace:/data
|
|
||||||
profiles:
|
|
||||||
- pruning
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
ethereum-mainnet-reth-minimal-trace:
|
ethereum-mainnet-reth-minimal-trace:
|
||||||
ethereum-mainnet-reth-minimal-trace_blsync:
|
ethereum-mainnet-reth-minimal-trace_blsync:
|
||||||
|
|||||||
@@ -25,11 +25,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-reth-minimal \
|
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-reth-minimal \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-mainnet-reth-minimal:
|
ethereum-mainnet-reth-minimal:
|
||||||
@@ -109,12 +104,25 @@ services:
|
|||||||
- traefik.http.routers.ethereum-mainnet-reth-minimal-trace.middlewares=ethereum-mainnet-reth-minimal-trace-stripprefix, ipallowlist
|
- traefik.http.routers.ethereum-mainnet-reth-minimal-trace.middlewares=ethereum-mainnet-reth-minimal-trace-stripprefix, ipallowlist
|
||||||
shm_size: 2gb
|
shm_size: 2gb
|
||||||
|
|
||||||
|
ethereum-mainnet-reth-minimal-pruner:
|
||||||
|
image: debian:latest
|
||||||
|
entrypoint: [/scripts/prune-reth.sh]
|
||||||
|
restart: no
|
||||||
|
volumes:
|
||||||
|
- ./scripts/castrate-reth.sh:/scripts/prune-reth.sh
|
||||||
|
- ethereum-mainnet-reth-minimal-trace:/data
|
||||||
|
logging: *logging-defaults
|
||||||
|
profiles:
|
||||||
|
- pruning
|
||||||
|
|
||||||
ethereum-mainnet-reth-minimal-node:
|
ethereum-mainnet-reth-minimal-node:
|
||||||
image: ${ETHEREUM_NIMBUS_IMAGE:-statusim/nimbus-eth2}:${ETHEREUM_MAINNET_NIMBUS_VERSION:-amd64-v25.4.1}
|
image: ${ETHEREUM_NIMBUS_IMAGE:-statusim/nimbus-eth2}:${ETHEREUM_MAINNET_NIMBUS_VERSION:-amd64-v25.4.1}
|
||||||
user: root
|
user: root
|
||||||
ports:
|
ports:
|
||||||
- 19286:19286
|
- 19286:19286
|
||||||
- 19286:19286/udp
|
- 19286:19286/udp
|
||||||
|
expose:
|
||||||
|
- 3500
|
||||||
entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' --
|
entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' --
|
||||||
command:
|
command:
|
||||||
- --history=prune
|
- --history=prune
|
||||||
@@ -151,16 +159,6 @@ services:
|
|||||||
- ${NO_SSL:+traefik.http.routers.ethereum-mainnet-reth-minimal-trace-node.rule=PathPrefix(`/ethereum-mainnet-reth-minimal/eth`)}
|
- ${NO_SSL:+traefik.http.routers.ethereum-mainnet-reth-minimal-trace-node.rule=PathPrefix(`/ethereum-mainnet-reth-minimal/eth`)}
|
||||||
- traefik.http.routers.ethereum-mainnet-reth-minimal-trace-node.middlewares=ethereum-mainnet-reth-minimal-trace-node-stripprefix, ipallowlist
|
- traefik.http.routers.ethereum-mainnet-reth-minimal-trace-node.middlewares=ethereum-mainnet-reth-minimal-trace-node-stripprefix, ipallowlist
|
||||||
|
|
||||||
ethereum-mainnet-reth-minimal-pruner:
|
|
||||||
image: debian:latest
|
|
||||||
entrypoint: [/scripts/prune-reth.sh]
|
|
||||||
restart: no
|
|
||||||
volumes:
|
|
||||||
- ./scripts/castrate-reth.sh:/scripts/prune-reth.sh
|
|
||||||
- ethereum-mainnet-reth-minimal-trace:/data
|
|
||||||
profiles:
|
|
||||||
- pruning
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
ethereum-mainnet-reth-minimal-trace:
|
ethereum-mainnet-reth-minimal-trace:
|
||||||
ethereum-mainnet-reth-minimal-trace_nimbus:
|
ethereum-mainnet-reth-minimal-trace_nimbus:
|
||||||
@@ -217,4 +215,12 @@ x-upstreams:
|
|||||||
generic:
|
generic:
|
||||||
rpc:
|
rpc:
|
||||||
url: $${RPC_URL}
|
url: $${RPC_URL}
|
||||||
|
- id: $${ID}-beacon-chain
|
||||||
|
chain: eth-beacon-chain
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}-beacon-chain
|
||||||
|
connection:
|
||||||
|
generic:
|
||||||
|
rpc:
|
||||||
|
url: $${RPC_URL}
|
||||||
...
|
...
|
||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-reth-pruned \
|
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-reth-pruned \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-mainnet-reth-pruned:
|
ethereum-mainnet-reth-pruned:
|
||||||
@@ -112,6 +107,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 15150:15150
|
- 15150:15150
|
||||||
- 15150:15150/udp
|
- 15150:15150/udp
|
||||||
|
expose:
|
||||||
|
- 3500
|
||||||
entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' --
|
entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' --
|
||||||
command:
|
command:
|
||||||
- --history=prune
|
- --history=prune
|
||||||
@@ -182,4 +179,12 @@ x-upstreams:
|
|||||||
generic:
|
generic:
|
||||||
rpc:
|
rpc:
|
||||||
url: $${RPC_URL}
|
url: $${RPC_URL}
|
||||||
|
- id: $${ID}-beacon-chain
|
||||||
|
chain: eth-beacon-chain
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}-beacon-chain
|
||||||
|
connection:
|
||||||
|
generic:
|
||||||
|
rpc:
|
||||||
|
url: $${RPC_URL}
|
||||||
...
|
...
|
||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-reth-pruned \
|
# curl -X POST https://${IP}.traefik.me/ethereum-mainnet-reth-pruned \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-mainnet-reth-pruned:
|
ethereum-mainnet-reth-pruned:
|
||||||
@@ -111,6 +106,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 15150:15150
|
- 15150:15150
|
||||||
- 15150:15150/udp
|
- 15150:15150/udp
|
||||||
|
expose:
|
||||||
|
- 3500
|
||||||
command:
|
command:
|
||||||
- --accept-terms-of-use
|
- --accept-terms-of-use
|
||||||
- --beacon-db-pruning
|
- --beacon-db-pruning
|
||||||
@@ -183,4 +180,12 @@ x-upstreams:
|
|||||||
generic:
|
generic:
|
||||||
rpc:
|
rpc:
|
||||||
url: $${RPC_URL}
|
url: $${RPC_URL}
|
||||||
|
- id: $${ID}-beacon-chain
|
||||||
|
chain: eth-beacon-chain
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}-beacon-chain
|
||||||
|
connection:
|
||||||
|
generic:
|
||||||
|
rpc:
|
||||||
|
url: $${RPC_URL}
|
||||||
...
|
...
|
||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-sepolia-reth \
|
# curl -X POST https://${IP}.traefik.me/ethereum-sepolia-reth \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-sepolia-reth:
|
ethereum-sepolia-reth:
|
||||||
@@ -110,6 +105,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 19330:19330
|
- 19330:19330
|
||||||
- 19330:19330/udp
|
- 19330:19330/udp
|
||||||
|
expose:
|
||||||
|
- 3500
|
||||||
command:
|
command:
|
||||||
- --accept-terms-of-use
|
- --accept-terms-of-use
|
||||||
- --beacon-db-pruning
|
- --beacon-db-pruning
|
||||||
@@ -182,4 +179,12 @@ x-upstreams:
|
|||||||
generic:
|
generic:
|
||||||
rpc:
|
rpc:
|
||||||
url: $${RPC_URL}
|
url: $${RPC_URL}
|
||||||
|
- id: $${ID}-beacon-chain
|
||||||
|
chain: eth-beacon-chain-sepolia
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}-beacon-chain
|
||||||
|
connection:
|
||||||
|
generic:
|
||||||
|
rpc:
|
||||||
|
url: $${RPC_URL}
|
||||||
...
|
...
|
||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/ethereum-sepolia-reth-pruned \
|
# curl -X POST https://${IP}.traefik.me/ethereum-sepolia-reth-pruned \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-sepolia-reth-pruned:
|
ethereum-sepolia-reth-pruned:
|
||||||
@@ -111,6 +106,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 17150:17150
|
- 17150:17150
|
||||||
- 17150:17150/udp
|
- 17150:17150/udp
|
||||||
|
expose:
|
||||||
|
- 3500
|
||||||
command:
|
command:
|
||||||
- --accept-terms-of-use
|
- --accept-terms-of-use
|
||||||
- --beacon-db-pruning
|
- --beacon-db-pruning
|
||||||
@@ -183,4 +180,12 @@ x-upstreams:
|
|||||||
generic:
|
generic:
|
||||||
rpc:
|
rpc:
|
||||||
url: $${RPC_URL}
|
url: $${RPC_URL}
|
||||||
|
- id: $${ID}-beacon-chain
|
||||||
|
chain: eth-beacon-chain-sepolia
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}-beacon-chain
|
||||||
|
connection:
|
||||||
|
generic:
|
||||||
|
rpc:
|
||||||
|
url: $${RPC_URL}
|
||||||
...
|
...
|
||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/fantom-mainnet-opera-archive \
|
# curl -X POST https://${IP}.traefik.me/fantom-mainnet-opera-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
fantom-mainnet-opera-archive:
|
fantom-mainnet-opera-archive:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/fantom-mainnet-opera-archive \
|
# curl -X POST https://${IP}.traefik.me/fantom-mainnet-opera-archive \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
fantom-mainnet-opera-archive:
|
fantom-mainnet-opera-archive:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/fantom-mainnet-opera-pruned \
|
# curl -X POST https://${IP}.traefik.me/fantom-mainnet-opera-pruned \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
fantom-mainnet-opera-pruned:
|
fantom-mainnet-opera-pruned:
|
||||||
|
|||||||
@@ -22,11 +22,6 @@
|
|||||||
# curl -X POST https://${IP}.traefik.me/fantom-mainnet-opera-pruned \
|
# curl -X POST https://${IP}.traefik.me/fantom-mainnet-opera-pruned \
|
||||||
# -H "Content-Type: application/json" \
|
# -H "Content-Type: application/json" \
|
||||||
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
|
||||||
x-logging-defaults: &logging-defaults
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 10m
|
|
||||||
max-file: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
fantom-mainnet-opera-pruned:
|
fantom-mainnet-opera-pruned:
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user