Deployment: Use the default Docker healthcheck from the Dockerfile (Part 2) (#5224)

* Set default healthcheck

* Rely on default healthcheck
This commit is contained in:
Colin Hebert
2024-01-08 09:49:29 +11:00
committed by GitHub
parent 30c31a3d4c
commit 4f85dcecfc
7 changed files with 0 additions and 38 deletions

View File

@@ -60,11 +60,6 @@ services:
- tika
ports:
- "8000:8000"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000"]
interval: 30s
timeout: 10s
retries: 5
volumes:
- data:/usr/src/paperless/data
- media:/usr/src/paperless/media