Drop the healthcheck

This commit is contained in:
Luke Murphy 2020-11-25 10:06:34 +01:00
parent dade93aefb
commit 5e9c2befc3
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 6 deletions

View File

@ -4,12 +4,6 @@ version: "3.8"
services:
app:
image: "decentral1se/biobulkbende.org:latest"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:5000"]
interval: 10s
timeout: 10s
retries: 10
start_period: 15s
networks:
- proxy
deploy: