increased timeout

This commit is contained in:
Carter 2024-10-10 10:08:16 -06:00
parent ca47747996
commit f24ea0f0a5

View file

@ -12,7 +12,7 @@ services:
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "localhost:8080/health"]
interval: 1m
timeout: 5s
timeout: 10s
retries: 3
start_period: 30s
labels: