implement new service templates

This commit is contained in:
Andras Bacsai
2023-10-19 10:51:03 +02:00
parent c1d0cabcfb
commit 2d63fcdc7f
22 changed files with 382 additions and 29 deletions

View File

@@ -0,0 +1,15 @@
# documentation: https://github.com/louislam/uptime-kuma/wiki
# 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.
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