Skip to content

Commit

Permalink
Updated max retries on API container
Browse files Browse the repository at this point in the history
  • Loading branch information
rflihxyz committed Apr 10, 2024
1 parent b6ee745 commit 9d6f556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ services:
test: ["CMD", "curl", "-f", "http://localhost:3000/"]
interval: 10s
timeout: 5s
retries: 1000 # Try launching the API service as long as possible. Required for other services to start
retries: 99 # Try launching the API service as long as possible. Required for other services to start

redis:
image: "redis:7.2.3-alpine"
Expand Down

0 comments on commit 9d6f556

Please sign in to comment.