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:
6
uptime-kuma/README.md
Normal file
6
uptime-kuma/README.md
Normal 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
|
||||
9
uptime-kuma/docker-compose.yml
Normal file
9
uptime-kuma/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user