Add uptime kuma

This commit is contained in:
2024-10-11 21:27:37 +01:00
parent f12b58ce3c
commit 2b0118c779
6 changed files with 47 additions and 6 deletions
+9
View File
@@ -106,6 +106,15 @@ services:
volumes:
- ./cloudflare-ddns/config.json:/config.json
restart: unless-stopped
uptime-kuma:
image: louislam/uptime-kuma:1
container_name: gateway_uptime_kuma
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./uptime-kuma/data:/app/data
ports:
- 4393:3001
restart: always
watchtower:
image: containrrr/watchtower
container_name: gateway_watchtower