added note about healthcheck

This commit is contained in:
Jon Chin 2023-01-15 16:29:45 -05:00
parent 83282ab47d
commit b93f11b548

View file

@ -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 |