Install Uptime Kuma - A fancy self-hosted monitoring tool
Uptime Kuma is a great way to monitor your self hosted apps and services.
- Monitoring uptime for HTTP(s) / TCP / Ping / DNS Record.
- Fancy, Reactive, Fast UI/UX.
- Notifications via Telegram, Discord, Gotify, Slack, Pushover, Email (SMTP), and 70+ notification services, click here for the full list.
- 20 seconds interval.
Installation
Paste this docker compose stack into Portainer
version: '3.3'
services:
uptime-kuma:
image: louislam/uptime-kuma
container_name: uptime-kuma
volumes:
- /docker/uptimekuma:/app/data
ports:
- 3001:3001