Update Healthcheck README with description

This commit is contained in:
moshferatu 2024-11-15 11:21:03 -08:00
parent 61ea6e3009
commit da82798565

View File

@ -1,3 +1,14 @@
# Healthcheck
A healthcheck script that pings services, and if they are unreachable, restarts any associated Docker containers.
This script was created in order to restart Cloudflare Tunnel containers that would become unresponsive and never recover without manually restarting them.
Tunnels becoming unresponsive happens regularly due to intermittent internet connectivity.
The containers are responsible for hosting the tunnels associated with the following services:
* [Moshferatu.Dev](https://moshferatu.dev/) (this site)
* [Moshington](https://moshington.com/)
---