2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-04 12:05:02 +01:00

add shlink & uptime-kuma

This commit is contained in:
kev
2021-12-06 11:23:03 +08:00
parent c3c53db744
commit 96d9efdfdf
4 changed files with 52 additions and 0 deletions

6
uptime-kuma/README.md Normal file
View File

@@ -0,0 +1,6 @@
uptime-kuma
===========
[uptime-kuma][1] is a self-hosted monitoring tool like "Uptime Robot".
[1]: https://github.com/louislam/uptime-kuma

View File

@@ -0,0 +1,9 @@
version: "3.8"
services:
uptime-kuma:
image: louislam/uptime-kuma
ports:
- "3001:3001"
volumes:
- ./data:/app/data
restart: unless-stopped