This commit is contained in:
Para Dox
2025-04-10 16:28:45 +07:00
parent 0f89b5ddf6
commit 00997f8bc0
221 changed files with 1339 additions and 1937 deletions

View File

@@ -53,6 +53,10 @@ services:
- --rpc.returndatalimit=10000000
- --rpc.txfeecap=0
- --authrpc.addr=0.0.0.0
- --authrpc.vhosts=*
- --authrpc.jwtsecret=/jwtsecret
- --db.engine=leveldb
- --state.scheme=hash
- --syncmode=full
@@ -77,9 +81,6 @@ services:
ports:
- 15251:15251
- 15251:15251/udp
run_file: &id001
- ./taiko/alethia.env
environment:
- L1_WS=${ETHEREUM_MAINNET_EXECUTION_WS}
- L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}
@@ -97,7 +98,9 @@ services:
- .jwtsecret:/jwtsecret:ro
restart: unless-stopped
env_file: *id001
env_file:
- ./taiko/alethia.env
volumes:
taiko-alethia-geth-archive-leveldb-hash:

View File

@@ -53,6 +53,10 @@ services:
- --rpc.returndatalimit=10000000
- --rpc.txfeecap=0
- --authrpc.addr=0.0.0.0
- --authrpc.vhosts=*
- --authrpc.jwtsecret=/jwtsecret
- --db.engine=pebble
- --state.scheme=path
- --syncmode=snap
@@ -77,9 +81,6 @@ services:
ports:
- 15251:15251
- 15251:15251/udp
run_file: &id001
- ./taiko/alethia.env
environment:
- L1_WS=${ETHEREUM_MAINNET_EXECUTION_WS}
- L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}
@@ -97,7 +98,9 @@ services:
- .jwtsecret:/jwtsecret:ro
restart: unless-stopped
env_file: *id001
env_file:
- ./taiko/alethia.env
volumes:
taiko-alethia-geth-pruned-pebble-path:

View File

@@ -53,6 +53,10 @@ services:
- --rpc.returndatalimit=10000000
- --rpc.txfeecap=0
- --authrpc.addr=0.0.0.0
- --authrpc.vhosts=*
- --authrpc.jwtsecret=/jwtsecret
- --db.engine=leveldb
- --state.scheme=hash
- --syncmode=full
@@ -77,9 +81,6 @@ services:
ports:
- 15396:15396
- 15396:15396/udp
run_file: &id001
- ./taiko/hekla.env
environment:
- L1_WS=${ETHEREUM_HOLESKY_EXECUTION_WS}
- L1_BEACON=${ETHEREUM_HOLESKY_BEACON_REST}
@@ -97,7 +98,9 @@ services:
- .jwtsecret:/jwtsecret:ro
restart: unless-stopped
env_file: *id001
env_file:
- ./taiko/hekla.env
volumes:
taiko-hekla-geth-archive-leveldb-hash:

View File

@@ -53,6 +53,10 @@ services:
- --rpc.returndatalimit=10000000
- --rpc.txfeecap=0
- --authrpc.addr=0.0.0.0
- --authrpc.vhosts=*
- --authrpc.jwtsecret=/jwtsecret
- --db.engine=pebble
- --state.scheme=path
- --syncmode=snap
@@ -77,9 +81,6 @@ services:
ports:
- 15396:15396
- 15396:15396/udp
run_file: &id001
- ./taiko/hekla.env
environment:
- L1_WS=${ETHEREUM_HOLESKY_EXECUTION_WS}
- L1_BEACON=${ETHEREUM_HOLESKY_BEACON_REST}
@@ -97,7 +98,9 @@ services:
- .jwtsecret:/jwtsecret:ro
restart: unless-stopped
env_file: *id001
env_file:
- ./taiko/hekla.env
volumes:
taiko-hekla-geth-pruned-pebble-path: