add new files for monitoring

This commit is contained in:
2023-08-16 11:15:02 +02:00
parent 74497faa6a
commit 0e7ed68cec
3 changed files with 182 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# Simple docker-compose.yml
# You can change your port or volume location
version: '3.3'
services:
uptime-kuma:
image: louislam/uptime-kuma:1
container_name: uptime-kuma
volumes:
- uptime-kuma-data:/app/data
ports:
- 3001:3001 # <Host Port>:<Container Port>
restart: always
volumes:
uptime-kuma-data: