Skip to content

Commit

Permalink
Add healthcheck to committment task
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser committed Dec 29, 2023
1 parent a24f132 commit ae4a27a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions process-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,10 @@ processes:
condition: process_healthy
demo-l1-network:
condition: process_healthy
readiness_probe:
http_get:
scheme: http
host: localhost
port: $ESPRESSO_COMMITMENT_TASK_PORT
path: /healthcheck
failure_threshold: 100

0 comments on commit ae4a27a

Please sign in to comment.