2023-12-13 02:31:22 +00:00
|
|
|
# docker-healthcheck
|
|
|
|
|
2023-12-13 03:50:13 +00:00
|
|
|
Healthchecks integration for docker containers
|
|
|
|
|
|
|
|
Configuration is specified in "checks.yaml" in your working directory.
|
|
|
|
The format of "checks.yaml" looks like the following:
|
|
|
|
|
|
|
|
```
|
|
|
|
self: "<ping url>"
|
|
|
|
<docker container id or name 1>: "<ping url>"
|
|
|
|
<docker container id or name 2>: "<ping url>"
|
|
|
|
...
|
|
|
|
```
|