Introduce Uptime-Kuma

This commit is contained in:
June 2023-08-12 01:47:55 +02:00 committed by julian
commit 112f1990b9
6 changed files with 79 additions and 0 deletions

View file

@ -0,0 +1,17 @@
## Links & Rescources:
#
# https://github.com/louislam/uptime-kuma
# https://github.com/louislam/uptime-kuma/wiki/%F0%9F%94%A7-How-to-Install
# https://github.com/louislam/uptime-kuma/blob/master/docker/docker-compose.yml
# https://github.com/louislam/uptime-kuma/wiki/%F0%9F%86%99-How-to-Update
# https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy
# https://github.com/louislam/uptime-kuma/wiki/Environment-Variables
services:
uptime-kuma:
image: louislam/uptime-kuma:1
restart: always
volumes:
- "./uptime-kuma-data:/app/data"
ports:
- 3001:3001