Update filenames

This commit is contained in:
2026-02-24 19:24:05 +05:30
parent 0e85234631
commit 9fe8704abe
5 changed files with 0 additions and 0 deletions

15
uptime-kuma/compose.yaml Normal file
View File

@@ -0,0 +1,15 @@
services:
uptime-kuma:
container_name: uptime-kuma
image: ghcr.io/louislam/uptime-kuma:2.1.3@sha256:32c352a235fd10f98b3f64a6a4345d3c0c7f4e8be7810d2e1e867f7fe2e48ba2
restart: unless-stopped
volumes:
- ${APPDATA_PATH}/uptime-kuma/config:/app/data
ports:
- ${PORT}:3001
networks:
- frontend
networks:
frontend:
external: true