mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 03:29:25 +01:00
build: increase mysql healthcheck retries to avoid race condition on lower-end hardware (#480)
This commit is contained in:
parent
bfad2263f3
commit
3678f11f0e
|
|
@ -82,7 +82,7 @@ services:
|
|||
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
retries: 10
|
||||
redis:
|
||||
image: redis:7-alpine
|
||||
container_name: nomad_redis
|
||||
|
|
@ -117,4 +117,4 @@ services:
|
|||
|
||||
volumes:
|
||||
nomad-update-shared:
|
||||
driver: local
|
||||
driver: local
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user