Skip to content

Commit

Permalink
add start periods
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Jan 29, 2025
1 parent 96760b5 commit efcd834
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions e2e/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,8 @@ services:
condition: "service_healthy"
bssd:
condition: "service_started"
healthcheck:
start_period: 120s
environment:
OP_NODE_BSS_WS: "http://bssd:8081/v1/ws"
command:
Expand Down Expand Up @@ -385,6 +387,8 @@ services:
condition: "service_healthy"
bssd:
condition: "service_started"
healthcheck:
start_period: 120s
environment:
OP_NODE_BSS_WS: "http://bssd:8081/v1/ws"
command:
Expand Down Expand Up @@ -438,6 +442,8 @@ services:
condition: "service_healthy"
bssd:
condition: "service_started"
healthcheck:
start_period: 120s
environment:
OP_NODE_BSS_WS: "http://bssd:8081/v1/ws"
command:
Expand Down Expand Up @@ -484,6 +490,8 @@ services:
deploy:
restart_policy:
condition: "any"
healthcheck:
start_period: 120s
command:
- "op-batcher/bin/op-batcher"
- "--l2-eth-rpc=http://op-geth-l2:8546,http://op-geth-l2-2:8546,http://op-geth-l2-3:8546"
Expand Down Expand Up @@ -532,6 +540,8 @@ services:
condition: "service_started"
op-node-3:
condition: "service_started"
healthcheck:
start_period: 120s
command:
- "op-proposer/bin/op-proposer"
- "--poll-interval=1s"
Expand Down Expand Up @@ -576,6 +586,8 @@ services:
condition: "service_started"
op-geth-l2:
condition: "service_healthy"
healthcheck:
start_period: 120s
ports:
- "127.0.0.1:50050:50050"

Expand Down

0 comments on commit efcd834

Please sign in to comment.