Uptime Kuma is a web monitor tool that supports various monitors such as HTTP, DNS, MySQL, Postgres, Docker, and more.
services:
uptime-kuma:
image: louislam/uptime-kuma:latest
container_name: kuma
volumes:
- ./data:/app/data
ports:
# <Host Port>:<Container Port>
- 3001:3001
restart: unless-stopped
I’m not going to include a guide here on how to use Uptime Kuma. Its pretty straight forward and I think Christian did a great job here.
https://youtu.be/tIazVdhsSqQ?si=u4A4-4AUqToEWCEl&t=198