What is Uptime Kuma?
If you’re completely new to monitoring products Uptime Kuma is basically a self-hosted version of Uptime Robot (which is also a great tool) and is hosted in the cloud. Uptime Robot does also offer a limited free tier which should be more than enough for a home lab environment.Requirements
- You have an instance of Docker already deployed
Deploying in Docker
You can conver the docker run command from the github repo to a compose file manually or you can use the one below.docker-compose.yml.
You can run the command docker-compose up -d from your terminal window to spin up the instance.