@ -16,11 +16,10 @@ services:
MINIO_SECRET_KEY : minio123
MINIO_SECRET_KEY : minio123
command : server http://minio{1...4}/data{1...2}
command : server http://minio{1...4}/data{1...2}
healthcheck:
healthcheck:
test : [ "CMD" , "curl" , "-f" , "http://minio1 :9000/minio/health/live" ]
test : [ "CMD" , "curl" , "-f" , "http://localhost :9000/minio/health/live" ]
interval : 1m 30s
interval : 30s
timeout : 20s
timeout : 20s
retries : 3
retries : 3
start_period : 3m
minio2:
minio2:
image : minio/minio:RELEASE.2019-08-29T00-25-01Z
image : minio/minio:RELEASE.2019-08-29T00-25-01Z
@ -34,11 +33,10 @@ services:
MINIO_SECRET_KEY : minio123
MINIO_SECRET_KEY : minio123
command : server http://minio{1...4}/data{1...2}
command : server http://minio{1...4}/data{1...2}
healthcheck:
healthcheck:
test : [ "CMD" , "curl" , "-f" , "http://minio2 :9000/minio/health/live" ]
test : [ "CMD" , "curl" , "-f" , "http://localhost :9000/minio/health/live" ]
interval : 1m 30s
interval : 30s
timeout : 20s
timeout : 20s
retries : 3
retries : 3
start_period : 3m
minio3:
minio3:
image : minio/minio:RELEASE.2019-08-29T00-25-01Z
image : minio/minio:RELEASE.2019-08-29T00-25-01Z
@ -52,11 +50,10 @@ services:
MINIO_SECRET_KEY : minio123
MINIO_SECRET_KEY : minio123
command : server http://minio{1...4}/data{1...2}
command : server http://minio{1...4}/data{1...2}
healthcheck:
healthcheck:
test : [ "CMD" , "curl" , "-f" , "http://minio3 :9000/minio/health/live" ]
test : [ "CMD" , "curl" , "-f" , "http://localhost :9000/minio/health/live" ]
interval : 1m 30s
interval : 30s
timeout : 20s
timeout : 20s
retries : 3
retries : 3
start_period : 3m
minio4:
minio4:
image : minio/minio:RELEASE.2019-08-29T00-25-01Z
image : minio/minio:RELEASE.2019-08-29T00-25-01Z
@ -70,11 +67,10 @@ services:
MINIO_SECRET_KEY : minio123
MINIO_SECRET_KEY : minio123
command : server http://minio{1...4}/data{1...2}
command : server http://minio{1...4}/data{1...2}
healthcheck:
healthcheck:
test : [ "CMD" , "curl" , "-f" , "http://minio4 :9000/minio/health/live" ]
test : [ "CMD" , "curl" , "-f" , "http://localhost :9000/minio/health/live" ]
interval : 1m 30s
interval : 30s
timeout : 20s
timeout : 20s
retries : 3
retries : 3
start_period : 3m
## By default this config uses default local driver,
## By default this config uses default local driver,
## For custom volumes replace with volume driver configuration.
## For custom volumes replace with volume driver configuration.