Commit 5731de48 authored by Georgios Konstantopoulos's avatar Georgios Konstantopoulos Committed by Liam Horne

fix: bring the batch submitter last to avoid CI flakiness

parent c510d01f
...@@ -57,20 +57,6 @@ services: ...@@ -57,20 +57,6 @@ services:
ports: ports:
- ${DTL_PORT:-7878}:7878 - ${DTL_PORT:-7878}:7878
batch_submitter:
image: ethereumoptimism:batch-submitter
build:
context: ..
dockerfile: ./ops/docker/Dockerfile.batches
entrypoint: ./batches.sh
env_file:
./envs/batches.env
environment:
L1_NODE_WEB3_URL: http://l1_chain:8545
L2_NODE_WEB3_URL: http://l2geth:8545
URL: http://deployer:8081/addresses.json
SEQUENCER_PRIVATE_KEY: "0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d"
l2geth: l2geth:
image: ethereumoptimism:l2geth image: ethereumoptimism:l2geth
build: build:
...@@ -108,3 +94,17 @@ services: ...@@ -108,3 +94,17 @@ services:
RETRIES: 60 RETRIES: 60
POLLING_INTERVAL: 500 POLLING_INTERVAL: 500
GET_LOGS_INTERVAL: 500 GET_LOGS_INTERVAL: 500
batch_submitter:
image: ethereumoptimism:batch-submitter
build:
context: ..
dockerfile: ./ops/docker/Dockerfile.batches
entrypoint: ./batches.sh
env_file:
./envs/batches.env
environment:
L1_NODE_WEB3_URL: http://l1_chain:8545
L2_NODE_WEB3_URL: http://l2geth:8545
URL: http://deployer:8081/addresses.json
SEQUENCER_PRIVATE_KEY: "0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment