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
3e995d8e
Unverified
Commit
3e995d8e
authored
Mar 24, 2022
by
smartcontracts
Committed by
GitHub
Mar 24, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2360 from ethereum-optimism/sc/fix-typo-rhc-docker
fix(rhc): typo in healthcheck docker-compose
parents
d60776cc
3b09fe9f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
config.yml
.circleci/config.yml
+2
-2
integration.yml
.github/workflows/integration.yml
+1
-1
docker-compose.yml
ops/docker-compose.yml
+2
-2
No files found.
.circleci/config.yml
View file @
3e995d8e
...
...
@@ -224,7 +224,7 @@ jobs:
command
:
yarn --frozen-lockfile
-
save_cache
:
key
:
v1-yarn-install-{{ checksum "yarn.lock" }}
paths
:
paths
:
-
node_modules
-
packages/common-ts/node_modules
-
packages/contracts/node_modules
...
...
@@ -362,7 +362,7 @@ jobs:
name
:
Bring up the stack
command
:
|
docker-compose build --progress=plain
docker-compose up -d --scale replica
-
healthcheck=1
docker-compose up -d --scale replica
_
healthcheck=1
working_directory
:
ops
-
run
:
name
:
Wait for sequencer
...
...
.github/workflows/integration.yml
View file @
3e995d8e
...
...
@@ -50,7 +50,7 @@ jobs:
working-directory
:
./ops
run
:
|
./scripts/stats.sh &
docker-compose -f docker-compose.yml up -d --scale replica
-
healthcheck=1
docker-compose -f docker-compose.yml up -d --scale replica
_
healthcheck=1
-
name
:
Wait for the Sequencer node
working-directory
:
./ops
...
...
ops/docker-compose.yml
View file @
3e995d8e
...
...
@@ -174,7 +174,7 @@ services:
-
${REPLICA_HTTP_PORT:-8549}:8545
-
${REPLICA_WS_PORT:-8550}:8546
replica
-
healthcheck
:
replica
_
healthcheck
:
depends_on
:
-
l2geth
-
replica
...
...
@@ -203,7 +203,7 @@ services:
environment
:
L1_URL
:
http://l1_chain:8545
L2_URL
:
http://l2geth:8545
HEALTHCHECK_URL
:
http://replica
-
healthcheck:7300/metrics
HEALTHCHECK_URL
:
http://replica
_
healthcheck:7300/metrics
REPLICA_URL
:
http://replica:8545
VERIFIER_URL
:
http://verifier:8545
URL
:
http://deployer:8081/addresses.json
...
...
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