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
f00bfff77c
commit
4219e753da
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user