2024-02-20 16:08:16 +00:00
# documentation: https://github.com/louislam/uptime-kuma?tab=readme-ov-file
2023-10-19 08:51:03 +00:00
# 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.
2023-10-24 10:33:49 +00:00
# tags: monitoring, status, performance, web, services, applications, real-time
2024-02-20 16:08:16 +00:00
# logo: svgs/uptime-kuma.svg
2023-10-19 08:51:03 +00:00
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