From 0ac1b074194d90bfe7a29b54fc5086737aacef19 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 22 Nov 2023 13:07:54 +0100 Subject: [PATCH] path --- base-reth.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base-reth.yml b/base-reth.yml index 00b52969..84d028cf 100644 --- a/base-reth.yml +++ b/base-reth.yml @@ -2,7 +2,7 @@ version: '3.1' services: base-reth: # this is Optimism's geth client - build: ./base + image: stakesquid/op-reth expose: - 8545 # RPC / Websocket - 12544 # P2P TCP (currently unused) @@ -12,7 +12,7 @@ services: ports: - "12544:12544" - "12544:12544/udp" - command: op-reth node --chain base --rollup.sequencer-http https://sequencer.base.org --metrics 0.0.0.0:6060 --http --http.addr 0.0.0.0 --http.port 8545 --ws --ws.addr 0.0.0.0 --ws.port 8545 --ws.origins '*' --port 12544 --discovery.port 12544 --authrpc.addr 0.0.0.0 --authrpc.jwtsecret /jwtsecret --http.api "debug,eth,net,trace,txpool,web3,rpc,reth" --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth" --http.corsdomain '*' + command: /usr/local/bin/op-reth node --chain base --rollup.sequencer-http https://sequencer.base.org --metrics 0.0.0.0:6060 --http --http.addr 0.0.0.0 --http.port 8545 --ws --ws.addr 0.0.0.0 --ws.port 8545 --ws.origins '*' --port 12544 --discovery.port 12544 --authrpc.addr 0.0.0.0 --authrpc.jwtsecret /jwtsecret --http.api "debug,eth,net,trace,txpool,web3,rpc,reth" --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth" --http.corsdomain '*' restart: always stop_grace_period: 30s volumes: