Skip to content

Commit

Permalink
infra: use correct health check | 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jun 6, 2024
1 parent 5093cb2 commit 9952c1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infrastructure/docker-compose.run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ services:
interval: 60s
retries: 3
start_period: 5s
timeout: 10s
start_interval: 5s
timeout: 5s
depends_on:
redis:
condition: service_started
Expand Down

0 comments on commit 9952c1a

Please sign in to comment.