18 lines
599 B
YAML
18 lines
599 B
YAML
# documentation: https://github.com/louislam/uptime-kuma?tab=readme-ov-file
|
|
# slogan: Uptime Kuma is a free, self-hosted monitoring tool for tracking the status and performance of your web services and applications in real-time.
|
|
# tags: monitoring, status, performance, web, services, applications, real-time
|
|
# logo: svgs/uptime-kuma.svg
|
|
|
|
services:
|
|
uptime-kuma:
|
|
image: louislam/uptime-kuma:1
|
|
environment:
|
|
- SERVICE_FQDN
|
|
volumes:
|
|
- uptime-kuma:/app/data
|
|
healthcheck:
|
|
test: ["CMD-SHELL", "extra/healthcheck"]
|
|
interval: 2s
|
|
timeout: 10s
|
|
retries: 15
|