Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
5731de48
Commit
5731de48
authored
Apr 12, 2021
by
Georgios Konstantopoulos
Committed by
Liam Horne
Apr 12, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: bring the batch submitter last to avoid CI flakiness
parent
c510d01f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
docker-compose.yml
ops/docker-compose.yml
+14
-14
No files found.
ops/docker-compose.yml
View file @
5731de48
...
@@ -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"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment