Skip to content

Commit

Permalink
docker ps -> nc
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Jan 7, 2025
1 parent dae6100 commit 48f9680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions process-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ processes:
command: docker compose up demo-l1-network --force-recreate --renew-anon-volumes
readiness_probe:
exec:
command: docker ps --filter name=demo-l1-network --format "{{.Status}}" | grep -q "healthy"
command: nc -zv localhost $ESPRESSO_SEQUENCER_L1_PORT
failure_threshold: 6
initial_delay_seconds: 20
initial_delay_seconds: 5

deploy-sequencer-contracts:
# The contract addresses are implicitly inherited from .env. We need to unset these or else the
Expand Down

0 comments on commit 48f9680

Please sign in to comment.