From 7df2f034872c8e40f867c6b320a300d676b2dc44 Mon Sep 17 00:00:00 2001 From: AmrikSD Date: Mon, 16 Dec 2024 18:17:08 +0000 Subject: [PATCH] remove healthcheck --- infra/gcp/frappe/docker-compose.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/infra/gcp/frappe/docker-compose.yaml b/infra/gcp/frappe/docker-compose.yaml index 31661df..f79cee6 100644 --- a/infra/gcp/frappe/docker-compose.yaml +++ b/infra/gcp/frappe/docker-compose.yaml @@ -69,10 +69,6 @@ services: db: image: mariadb:10.6 - healthcheck: - test: mysqladmin ping -h localhost --password=admin - interval: 1s - retries: 15 deploy: restart_policy: condition: on-failure