Increase retries to 15

Resolves #327
This commit is contained in:
Owen 2025-04-07 09:56:29 -04:00
parent 571ea54712
commit 39f2f57b28
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}}