Add uptime-kuma service configuration and update directory structure
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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: {}
|
||||||
@@ -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
|
||||||
# }
|
# }
|
||||||
|
|||||||
Reference in New Issue
Block a user