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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 0 additions and 38 deletions

View file

@ -54,11 +54,6 @@ services:
- broker
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
@ -73,7 +68,6 @@ services:
PAPERLESS_DBPASS: paperless # only needed if non-default password
PAPERLESS_DBPORT: 3306
volumes:
data:
media: