Remover healthcheck do MinIO - simplificar compose
This commit is contained in:
@@ -33,12 +33,7 @@ services:
|
||||
networks:
|
||||
- occto_network
|
||||
command: server /data --console-address ":9001"
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "timeout 5s bash -c ':> /dev/tcp/127.0.0.1/9000' || exit 1"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
start_period: 10s
|
||||
restart: unless-stopped
|
||||
|
||||
frontend:
|
||||
build:
|
||||
@@ -60,8 +55,6 @@ services:
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
minio:
|
||||
condition: service_healthy
|
||||
networks:
|
||||
- occto_network
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user