remove health check for test

parent a1bd889d
...@@ -102,24 +102,17 @@ services: ...@@ -102,24 +102,17 @@ services:
depends_on: depends_on:
- postgres - postgres
- minio - minio
- data-handler
deploy: deploy:
restart_policy: restart_policy:
condition: any condition: any
delay: 5s delay: 10s
max_attempts: 3 max_attempts: 5
window: 120s window: 300s
resources: resources:
limits: limits:
memory: 1G memory: 1G
reservations: reservations:
memory: 512M memory: 512M
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:8000/ || exit 1"]
interval: 30s
timeout: 15s
retries: 5
start_period: 60s
volumes: volumes:
pgdata: 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