This commit is contained in:
Sebastian
2024-11-09 03:08:42 +01:00
parent 89b7b1607f
commit 26eb9f430f
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ version: '3.1'
services: services:
optimism-fullnode: # this is Optimism's geth client optimism-fullnode: # this is Optimism's geth client
image: ghcr.io/paradigmxyz/op-reth:v1.1.0 image: ghcr.io/paradigmxyz/op-reth:v1.1.1
expose: expose:
- 9551 - 9551
- 8545 # RPC / Websocket - 8545 # RPC / Websocket

View File

@@ -2,7 +2,7 @@ version: '3.1'
services: services:
optimism-archive: # this is Optimism's geth client optimism-archive: # this is Optimism's geth client
image: ghcr.io/paradigmxyz/op-reth:v1.1.0 image: ghcr.io/paradigmxyz/op-reth:v1.1.1
expose: expose:
- 9551 - 9551
- 8545 # RPC / Websocket - 8545 # RPC / Websocket
@@ -64,7 +64,7 @@ services:
- "OP_NODE_L2_ENGINE_AUTH_RAW=${JWTSECRET}" - "OP_NODE_L2_ENGINE_AUTH_RAW=${JWTSECRET}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
- "OP_NODE_L2_ENGINE_RPC=http://optimism-archive:9551" - "OP_NODE_L2_ENGINE_RPC=http://optimism-archive:9551"
- "OP_NODE_L2_ENGINE_KIND=reth" - "OP_NODE_L2_ENGINE_KIND=reth"\
- "OP_NODE_LOG_LEVEL=info" - "OP_NODE_LOG_LEVEL=info"
- "OP_NODE_METRICS_ADDR=0.0.0.0" - "OP_NODE_METRICS_ADDR=0.0.0.0"
- "OP_NODE_METRICS_ENABLED=true" - "OP_NODE_METRICS_ENABLED=true"