fight the edge case

This commit is contained in:
Sebastian
2024-08-15 02:37:25 +02:00
parent 1d9b382656
commit 60f54ac1a2

View File

@@ -1,5 +1,5 @@
services: services:
op-zircuit: op-zircuit-client:
image: zircuit1/l2-geth:19818ea035601120b745261253802e8bf86d52e1 image: zircuit1/l2-geth:19818ea035601120b745261253802e8bf86d52e1
volumes: volumes:
- "op-zircuit:/db" - "op-zircuit:/db"
@@ -22,15 +22,15 @@ services:
networks: networks:
- chains - chains
op-zircuit-proxy: op-zircuit:
restart: unless-stopped restart: unless-stopped
image: nginx image: nginx
depends_on: depends_on:
- op-zircuit - op-zircuit-client
expose: expose:
- 80 - 80
environment: environment:
PROXY_HOST: op-zircuit PROXY_HOST: op-zircuit-client
RPC_PORT: 8545 RPC_PORT: 8545
RPC_PATH: "" RPC_PATH: ""
WS_PORT: 8546 WS_PORT: 8546
@@ -51,7 +51,7 @@ services:
op-zircuit-node: op-zircuit-node:
depends_on: depends_on:
- op-zircuit - op-zircuit-client
image: zircuit1/op-node:19818ea035601120b745261253802e8bf86d52e1 image: zircuit1/op-node:19818ea035601120b745261253802e8bf86d52e1
ports: ports:
- "43778:43778" - "43778:43778"
@@ -64,10 +64,10 @@ services:
- chains - chains
environment: environment:
OP_NODE_L1_ETH_RPC: ${ZIRCUIT_ETHEREUM_MAINNET_EXECUTION_RPC} OP_NODE_L1_ETH_RPC: ${ZIRCUIT_ETHEREUM_MAINNET_EXECUTION_RPC}
OP_NODE_L2_ENGINE_RPC: http://op-zircuit:8551 OP_NODE_L2_ENGINE_RPC: http://op-zircuit-client:8551
OP_NODE_ROLLUP_CONFIG: /rollup.json OP_NODE_ROLLUP_CONFIG: /rollup.json
OP_NODE_RPC_ADDR: "0.0.0.0" OP_NODE_RPC_ADDR: "0.0.0.0"
OP_NODE_RPC_PORT: 8545 OP_NODE_RPC_PORT: 9545
OP_NODE_L1_RPC_KIND: "basic" OP_NODE_L1_RPC_KIND: "basic"
OP_NODE_L2_ENGINE_AUTH: /jwtsecret OP_NODE_L2_ENGINE_AUTH: /jwtsecret
OP_NODE_VERIFIER_L1_CONFS: 0 OP_NODE_VERIFIER_L1_CONFS: 0