Introduce Uptime-Kuma
This commit is contained in:
parent
69621e3d7f
commit
112f1990b9
6 changed files with 79 additions and 0 deletions
17
playbooks/files/z9/configs/uptime-kuma/compose.yaml
Normal file
17
playbooks/files/z9/configs/uptime-kuma/compose.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue