Self-hosted monitoring tool
Uptime Kuma is a fancy, self-hosted monitoring tool. It monitors your websites, APIs, and services with a beautiful UI. Get notified instantly via Telegram, Discord, Slack, email, and 90+ notification services when something goes down.
Monitor HTTP(s), TCP, DNS, and more
Beautiful real-time status page
90+ notification services
Multi-language support
Certificate expiry monitoring
Response time charts and history
services:
uptime-kuma:
image: louislam/uptime-kuma:latest
container_name: uptime-kuma
ports:
- 3001:3001
volumes:
- ./data:/app/data
restart: unless-stopped