From 1700537df111bd37bf7668db060ca85a3f7cfbd3 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 17 Oct 2024 06:36:28 +0200 Subject: [PATCH] add slowdisk mount --- base-reth.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/base-reth.yml b/base-reth.yml index 863f0e09..e7e844ef 100644 --- a/base-reth.yml +++ b/base-reth.yml @@ -19,6 +19,7 @@ services: command: node --chain base --port 23238 --discovery.port 23238 --rollup.sequencer-http https://mainnet-sequencer.base.org --http --ws --authrpc.addr 0.0.0.0 --authrpc.port 9551 --authrpc.jwtsecret /jwtsecret --http.addr 0.0.0.0 --http.port 8545 --ws.addr 0.0.0.0 --ws.port 8545 --ws.origins '*' --http.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin" --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin" --http.corsdomain '*' --rpc.max-logs-per-response 1100000 --rpc.gascap 600000000 volumes: - base-reth-archive:/root/.local/share/reth/base + - /slowdisk:/slowdisk - .jwtsecret:/jwtsecret labels: - "traefik.enable=true"