Skip to content

Commit

Permalink
Speed up startup by extending mongo-projection healthcheck start period
Browse files Browse the repository at this point in the history
  • Loading branch information
galeaspablo committed Nov 13, 2024
1 parent e36782f commit a4d4032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local-development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ services:
timeout: 2s
interval: 60s
retries: 10
start_period: 30s
start_interval: 5s
start_period: 70s
start_interval: 3s
entrypoint:
- "sh"
- "-c"
Expand Down

0 comments on commit a4d4032

Please sign in to comment.