Add uptime kuma

This commit is contained in:
Gal 2024-01-03 01:02:15 +07:00
parent fee0d34a06
commit ee5ceb06c3
Signed by: gal
GPG Key ID: F035BC65003BC00B
2 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,6 @@
include .env
SERVICES = actualbudget gitea homepage linkding nextcloud photoprism restic syncthing traefik
SERVICES = actualbudget gitea homepage linkding nextcloud photoprism restic syncthing traefik uptime-kuma
# Default target: upload .env files for all services
upload: $(addprefix upload-,$(SERVICES))

View File

@ -0,0 +1,11 @@
version: '3.8'
services:
uptime-kuma:
image: louislam/uptime-kuma:1
container_name: uptime-kuma
restart: always
ports:
- "${HOST}:4005:3000"
volumes:
- uptime-kuma:/app/data