This commit is contained in:
Sebastian
2023-11-22 13:07:54 +01:00
parent aeb5811ba1
commit 0ac1b07419

View File

@@ -2,7 +2,7 @@ version: '3.1'
services: services:
base-reth: # this is Optimism's geth client base-reth: # this is Optimism's geth client
build: ./base image: stakesquid/op-reth
expose: expose:
- 8545 # RPC / Websocket - 8545 # RPC / Websocket
- 12544 # P2P TCP (currently unused) - 12544 # P2P TCP (currently unused)
@@ -12,7 +12,7 @@ services:
ports: ports:
- "12544:12544" - "12544:12544"
- "12544:12544/udp" - "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 restart: always
stop_grace_period: 30s stop_grace_period: 30s
volumes: volumes: