2023-08-12 01:47:55 +02:00
|
|
|
## 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
|
2024-09-08 17:45:00 +02:00
|
|
|
restart: unless-stopped
|
2023-08-12 01:47:55 +02:00
|
|
|
volumes:
|
|
|
|
- "./uptime-kuma-data:/app/data"
|
|
|
|
ports:
|
|
|
|
- 3001:3001
|