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: