build: increase mysql healthcheck retries to avoid race condition on lower-end hardware (#480)

This commit is contained in:
Divyank Singh 2026-03-24 10:05:01 +05:30 committed by Jake Turner
parent f00bfff77c
commit 4219e753da

View File

@ -82,7 +82,7 @@ services:
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"] test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 10
redis: redis:
image: redis:7-alpine image: redis:7-alpine
container_name: nomad_redis container_name: nomad_redis
@ -117,4 +117,4 @@ services:
volumes: volumes:
nomad-update-shared: nomad-update-shared:
driver: local driver: local