lasthourcloud/templates/compose/uptime-kuma.yaml

19 lines
594 B
YAML
Raw Normal View History

2024-02-20 16:08:16 +00:00
# documentation: https://github.com/louislam/uptime-kuma?tab=readme-ov-file
2024-02-22 10:53:25 +00:00
# slogan: Uptime Kuma is a monitoring tool for tracking the status and performance of your 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
2024-03-13 08:27:42 +00:00
# port: 3001
2023-10-19 08:51:03 +00:00
services:
uptime-kuma:
image: louislam/uptime-kuma:1
environment:
- SERVICE_FQDN_UPTIME-KUMA_3001
2023-10-19 08:51:03 +00:00
volumes:
- uptime-kuma:/app/data
healthcheck:
test: ["CMD-SHELL", "extra/healthcheck"]
interval: 2s
timeout: 10s
retries: 15