remove health check for test

parent a1bd889d
......@@ -102,24 +102,17 @@ services:
depends_on:
- postgres
- minio
- data-handler
deploy:
restart_policy:
condition: any
delay: 5s
max_attempts: 3
window: 120s
delay: 10s
max_attempts: 5
window: 300s
resources:
limits:
memory: 1G
reservations:
memory: 512M
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:8000/ || exit 1"]
interval: 30s
timeout: 15s
retries: 5
start_period: 60s
volumes:
pgdata:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment