Add uptime-kuma service configuration and update directory structure
Deploy ru-vps / deploy (push) Successful in 22s
Deploy mini-pc / deploy (push) Successful in 1m1s

This commit is contained in:
Dmitry
2026-05-28 13:45:56 +03:00
parent 23b0ef3f41
commit 592b3a8748
3 changed files with 18 additions and 0 deletions
+1
View File
@@ -88,6 +88,7 @@
- /opt/data/caddy - /opt/data/caddy
- /opt/data/gitea-runner - /opt/data/gitea-runner
- /opt/data/npm - /opt/data/npm
- /opt/data/uptime-kuma
- /opt/data/zerotier - /opt/data/zerotier
- /opt/configs/adguard - /opt/configs/adguard
- /opt/configs/caddy - /opt/configs/caddy
+13
View File
@@ -0,0 +1,13 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:2
container_name: uptime-kuma
hostname: uptime-kuma
restart: unless-stopped
ports:
- "3001:3001"
environment:
TZ: Europe/Moscow
volumes:
- /opt/data/uptime-kuma:/app/data
networks: {}
+4
View File
@@ -14,6 +14,10 @@ pass.ada-dev.ru {
reverse_proxy 10.122.62.95:10380 reverse_proxy 10.122.62.95:10380
} }
monitor.ada-dev.ru {
reverse_proxy 10.122.62.95:3001
}
# projects.ada-dev.ru { # projects.ada-dev.ru {
# reverse_proxy 10.122.62.51:4567 # reverse_proxy 10.122.62.51:4567
# } # }