From 3baea8ac17551ef0605eb5dac85dc278523e19c7 Mon Sep 17 00:00:00 2001 From: naterfute Date: Sun, 6 Apr 2025 01:10:25 -0700 Subject: [PATCH] Revert "feat: add healthcheck to minio" This reverts commit 623a850976156a3c9c3541f86c9421321807aae8. --- blueprints/plane/docker-compose.yml | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/blueprints/plane/docker-compose.yml b/blueprints/plane/docker-compose.yml index b6a4180..3c19c49 100644 --- a/blueprints/plane/docker-compose.yml +++ b/blueprints/plane/docker-compose.yml @@ -116,25 +116,13 @@ services: - uploads:/export env_file: - .env - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"] - interval: 30s - timeout: 20s - retries: 3 - start_period: 15s + proxy: image: makeplane/plane-proxy:${APP_RELEASE:-v0.25.3} depends_on: - web: - condition: service_started - api: - condition: service_started - space: - condition: service_started - plane-minio: - condition: service_healthy - plane-db: - condition: service_started + - web + - api + - space env_file: - .env