Increase retries to 15

Resolves #327
This commit is contained in:
Owen 2025-04-07 09:56:29 -04:00
parent d260450a84
commit a708750fea
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ services:
test: ["CMD", "curl", "-f", "http://localhost:3001/api/v1/"] test: ["CMD", "curl", "-f", "http://localhost:3001/api/v1/"]
interval: "3s" interval: "3s"
timeout: "3s" timeout: "3s"
retries: 5 retries: 15
gerbil: gerbil:
image: fosrl/gerbil:latest image: fosrl/gerbil:latest

View file

@ -10,7 +10,7 @@ services:
test: ["CMD", "curl", "-f", "http://localhost:3001/api/v1/"] test: ["CMD", "curl", "-f", "http://localhost:3001/api/v1/"]
interval: "3s" interval: "3s"
timeout: "3s" timeout: "3s"
retries: 5 retries: 15
{{if .InstallGerbil}} {{if .InstallGerbil}}
gerbil: gerbil:
image: fosrl/gerbil:{{.GerbilVersion}} image: fosrl/gerbil:{{.GerbilVersion}}