fix(pwd): use mariadb healthcheck.sh

This commit is contained in:
Daniel Radl 2026-04-22 16:31:19 +02:00 committed by GitHub
parent e72767546f
commit 05dfe8912f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,9 +82,11 @@ services:
networks:
- frappe_network
healthcheck:
test: mariadb-admin ping -h localhost --password=admin
interval: 1s
retries: 20
test: ["CMD", "healthcheck.sh", "--connect", "--innodb_initialized"]
start_period: 5s
interval: 5s
timeout: 5s
retries: 5
deploy:
restart_policy:
condition: on-failure