From e575269af73b7f764bb774274865d8781098a09c Mon Sep 17 00:00:00 2001 From: Erik Date: Wed, 26 Nov 2025 14:36:17 -0300 Subject: [PATCH] =?UTF-8?q?Fix=20MinIO=20healthcheck=20-=20usar=20mc=20rea?= =?UTF-8?q?dy=20ao=20inv=C3=A9s=20de=20curl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d3f6f38..ae00b0d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,7 @@ services: retries: 5 minio: - image: minio/minio + image: minio/minio:latest container_name: occto_minio ports: - "9000:9000" @@ -34,10 +34,11 @@ services: - occto_network command: server /data --console-address ":9001" healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"] + test: ["CMD", "mc", "ready", "local"] interval: 30s timeout: 20s retries: 3 + start_period: 20s frontend: build: