minio: remove broken healthcheck

This commit is contained in:
Iurii Tatishchev 2023-11-09 21:30:09 -08:00
parent 405d837407
commit eed1b78625
Signed by: CaZzzer
GPG Key ID: 9A156B7DA6398968

View File

@ -30,10 +30,5 @@ services:
networks: networks:
- default - default
- traefik_traefik - traefik_traefik
healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost:9000/minio/health/live" ]
interval: 30s
timeout: 20s
retries: 3
volumes: volumes:
- {{ base_volume_path }}/minio/data:/data - {{ base_volume_path }}/minio/data:/data