Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Fix event_db
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Feb 28, 2024
1 parent 29f80d9 commit e9beee2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ services:
- "postgres"
- "-N"
- "500"
healthcheck:
test: [ "CMD-SHELL", "pg_isready", "-d", "event_db" ]
interval: 30s
timeout: 60s
retries: 5
start_period: 10s
networks:
- agglayer-localnet

zkevm-prover:
image: hermeznetwork/zkevm-prover:v4.0.17
Expand Down

0 comments on commit e9beee2

Please sign in to comment.