From b93f11b54807e7bb34b87238f6e14e289e0dc053 Mon Sep 17 00:00:00 2001 From: Jon Chin Date: Sun, 15 Jan 2023 16:29:45 -0500 Subject: [PATCH] added note about healthcheck --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 51f7352..203cfbe 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,15 @@ Run this version with: docker-compose -f docker-compose.cuda.yml up -d --build ``` +### Running Healthchecks + +You can enable healthchecks by including this in your docker-compose.yml file: + +``` +healthcheck: + test: ['CMD-SHELL', './venv/bin/python healthcheck.py'] +``` + ## Arguments | Argument | Description | Default | Env. name |