1
0
Fork 0

added uptime kuma

This commit is contained in:
leo 2022-09-06 08:28:33 +02:00
parent 2eb09a3c68
commit 03b8d67f68
4 changed files with 26 additions and 0 deletions

3
uptime_kuma/.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
.env
data/

10
uptime_kuma/README.md Normal file
View file

@ -0,0 +1,10 @@
# Uptime Kume Docker container
### requirements:
- installed linux system with docker-compose
- running in /services/uptime
- adjust env_example and rename to .env
Website:
https://github.com/louislam/uptime-kuma

View file

@ -0,0 +1,11 @@
version: '3.3'
services:
uptime-kuma:
image: louislam/uptime-kuma
container_name: uptime-kuma
restart: always
volumes:
- /services/uptime/data:/app/data
ports:
- ${WEBSITE_PORT}:3001

2
uptime_kuma/env_example Normal file
View file

@ -0,0 +1,2 @@
WEBSITE_PORT=