Merge pull request #519 from TuncTaylan/main

More relaxed healthcheck for low end systems
This commit is contained in:
Owen Schwartz 2025-04-13 10:56:28 -04:00 committed by GitHub
commit 31bd42f964
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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