added uptime kuma

This commit is contained in:
2024-07-31 19:14:48 -07:00
parent 492378a55a
commit e8fe877cda
6 changed files with 36 additions and 7 deletions
+12
View File
@@ -0,0 +1,12 @@
# uptimekuma
Last Updated: Wed July 31, 2024 17:40:37 PDT
## Overview
Proxy Port: 3001
* [Official Website](https://uptime.kuma.pet/)
* [Dockerhub](https://hub.docker.com/r/louislam/uptime-kuma)
* [Github](https://github.com/louislam/uptime-kuma/tree/1.23.X)
* [Docker Compose Example](https://github.com/louislam/uptime-kuma/blob/1.23.X/docker/docker-compose.yml)
+8
View File
@@ -0,0 +1,8 @@
version: '3.8'
services:
uptimekuma:
image: ${UPTIMEKUMA_IMAGE:-louislam/uptime-kuma}
restart: unless-stopped
volumes:
- ${VOL_PATH:-./data}/uptimekuma-data:/app/data
+7
View File
@@ -0,0 +1,7 @@
version: '3.4'
services:
uptimekuma:
extends:
file: ${COOKBOOK}/uptimekuma/docker-compose.yml
service: uptimekuma
+3
View File
@@ -0,0 +1,3 @@
COOKBOOK=/git/docker-compose-cookbooks #HELP: cookbooks
UPTIMEKUMA_IMAGE=louislam/uptime-kuma:1