uptime-kuma config

This commit is contained in:
2026-01-25 14:43:24 +00:00
parent d84e412532
commit 73d80ea2b2
32 changed files with 422 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:1
container_name: uptime-kuma
restart: unless-stopped
volumes:
- /srv/uptime-kuma/data:/app/data
environment:
- TZ=America/New_York
- VIRTUAL_HOST=uptime.kolpacksoftware.com
- VIRTUAL_PORT=3001
- LETSENCRYPT_HOST=uptime.kolpacksoftware.com
networks:
- npm-network
networks:
npm-network:
external: true