This commit is contained in:
squidbear
2025-03-30 13:47:23 +02:00
parent f33a72b6ff
commit de39ebe07f
4 changed files with 8 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ services:
- "10463:10463"
- "10463:10463/udp"
env_file:
- /config/env
- ./zircuit_config/env
entrypoint: ["/bin/sh", "-c", "[ ! -d /data/geth ] && geth init /config/genesis.json; exec geth \"$@\""]
command:
- --http
@@ -68,7 +68,7 @@ services:
networks:
- chains
env_file:
- /config/env
- ./zircuit_config/env
environment:
OP_NODE_L1_ETH_RPC: ${ETHEREUM_MAINNET_EXECUTION_RPC}
OP_NODE_L2_ENGINE_RPC: http://zircuit-mainnet-archive:8551

View File

@@ -19,7 +19,7 @@ services:
- "10359:10359"
- "10359:10359/udp"
env_file:
- /config/env
- ./zircuit_config/env
entrypoint: ["/bin/sh", "-c", "[ ! -d /data/geth ] && geth init /config/genesis.json; exec geth \"$@\""]
command:
- --http
@@ -68,7 +68,7 @@ services:
networks:
- chains
env_file:
- /config/env
- ./zircuit_config/env
environment:
OP_NODE_L1_ETH_RPC: ${ETHEREUM_MAINNET_EXECUTION_RPC}
OP_NODE_L2_ENGINE_RPC: http://zircuit-mainnet:8551

View File

@@ -19,7 +19,7 @@ services:
- "10095:10095"
- "10095:10095/udp"
env_file:
- /config/env
- ./zircuit_testnet_config/env
entrypoint: ["/bin/sh", "-c", "[ ! -d /data/geth ] && geth init /config/genesis.json; exec geth \"$@\""]
command:
- --http
@@ -68,7 +68,7 @@ services:
networks:
- chains
env_file:
- /config/env
- ./zircuit_testnet_config/env
environment:
OP_NODE_L1_ETH_RPC: ${ETHEREUM_SEPOLIA_EXECUTION_RPC}
OP_NODE_L2_ENGINE_RPC: http://zircuit-testnet-archive:8551

View File

@@ -19,7 +19,7 @@ services:
- "10804:10804"
- "10804:10804/udp"
env_file:
- /config/env
- ./zircuit_testnet_config/env
entrypoint: ["/bin/sh", "-c", "[ ! -d /data/geth ] && geth init /config/genesis.json; exec geth \"$@\""]
command:
- --http
@@ -68,7 +68,7 @@ services:
networks:
- chains
env_file:
- /config/env
- ./zircuit_testnet_config/env
environment:
OP_NODE_L1_ETH_RPC: ${ETHEREUM_SEPOLIA_EXECUTION_RPC}
OP_NODE_L2_ENGINE_RPC: http://zircuit-testnet:8551