mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-04-03 23:36:17 +02:00
build: increase mysql healthcheck retries to avoid race condition on lower-end hardware (#480)
This commit is contained in:
parent
a68d6ab593
commit
f7b715ad56
|
|
@ -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