2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 14:21:05 +00:00

increase mariadb health-check timeout (#1485)

This commit is contained in:
Martin Heini 2024-10-06 10:17:47 +02:00 committed by GitHub
parent 457f55e492
commit eb3ce8a146
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -91,7 +91,7 @@ services:
healthcheck:
test: mysqladmin ping -h localhost --password=admin
interval: 1s
retries: 15
retries: 20
deploy:
restart_policy:
condition: on-failure

View File

@ -8,7 +8,7 @@ services:
healthcheck:
test: mysqladmin ping -h localhost --password=${DB_PASSWORD:-changeit}
interval: 1s
retries: 15
retries: 20
command:
- --character-set-server=utf8mb4
- --collation-server=utf8mb4_unicode_ci

View File

@ -12,7 +12,7 @@ services:
healthcheck:
test: mysqladmin ping -h localhost --password=${DB_PASSWORD}
interval: 1s
retries: 15
retries: 20
command:
- --character-set-server=utf8mb4
- --collation-server=utf8mb4_unicode_ci

View File

@ -74,7 +74,7 @@ services:
healthcheck:
test: mysqladmin ping -h localhost --password=admin
interval: 1s
retries: 15
retries: 20
deploy:
restart_policy:
condition: on-failure