coolify/templates/compose/uptime-kuma.yaml

19 lines
594 B
YAML
Raw Normal View History

2024-02-20 17:08:16 +01:00
# documentation: https://github.com/louislam/uptime-kuma?tab=readme-ov-file
2024-02-22 11:53:25 +01:00
# slogan: Uptime Kuma is a monitoring tool for tracking the status and performance of your applications in real-time.
2023-10-24 12:33:49 +02:00
# tags: monitoring, status, performance, web, services, applications, real-time
2024-02-20 17:08:16 +01:00
# logo: svgs/uptime-kuma.svg
2024-03-13 09:27:42 +01:00
# port: 3001
2023-10-19 10:51:03 +02:00
services:
uptime-kuma:
image: louislam/uptime-kuma:1
environment:
- SERVICE_FQDN_UPTIME-KUMA_3001
2023-10-19 10:51:03 +02:00
volumes:
- uptime-kuma:/app/data
healthcheck:
test: ["CMD-SHELL", "extra/healthcheck"]
interval: 2s
timeout: 10s
retries: 15