diff --git a/zircuit/op-geth/zircuit-mainnet-op-geth-archive-leveldb-hash.yml b/zircuit/op-geth/zircuit-mainnet-op-geth-archive-leveldb-hash.yml index 33e236be..c530a5cf 100644 --- a/zircuit/op-geth/zircuit-mainnet-op-geth-archive-leveldb-hash.yml +++ b/zircuit/op-geth/zircuit-mainnet-op-geth-archive-leveldb-hash.yml @@ -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 diff --git a/zircuit/op-geth/zircuit-mainnet-op-geth-pruned-pebble-path.yml b/zircuit/op-geth/zircuit-mainnet-op-geth-pruned-pebble-path.yml index fc77a1bd..3ccf3f88 100644 --- a/zircuit/op-geth/zircuit-mainnet-op-geth-pruned-pebble-path.yml +++ b/zircuit/op-geth/zircuit-mainnet-op-geth-pruned-pebble-path.yml @@ -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 diff --git a/zircuit/op-geth/zircuit-testnet-op-geth-archive-leveldb-hash.yml b/zircuit/op-geth/zircuit-testnet-op-geth-archive-leveldb-hash.yml index 191da9ba..57432e7e 100644 --- a/zircuit/op-geth/zircuit-testnet-op-geth-archive-leveldb-hash.yml +++ b/zircuit/op-geth/zircuit-testnet-op-geth-archive-leveldb-hash.yml @@ -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 diff --git a/zircuit/op-geth/zircuit-testnet-op-geth-pruned-pebble-path.yml b/zircuit/op-geth/zircuit-testnet-op-geth-pruned-pebble-path.yml index 6321257c..dae9c41b 100644 --- a/zircuit/op-geth/zircuit-testnet-op-geth-pruned-pebble-path.yml +++ b/zircuit/op-geth/zircuit-testnet-op-geth-pruned-pebble-path.yml @@ -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