Files
docker-compose/uptime-kuma/docker-compose.yml
T

16 lines
374 B
YAML
Raw Normal View History

2025-06-18 23:26:18 +05:30
services:
uptime-kuma:
container_name: uptime-kuma
image: ghcr.io/louislam/uptime-kuma:2.1.3@sha256:32c352a235fd10f98b3f64a6a4345d3c0c7f4e8be7810d2e1e867f7fe2e48ba2
2025-07-19 20:34:39 +05:30
restart: unless-stopped
2025-06-18 23:26:18 +05:30
volumes:
2025-07-19 20:34:39 +05:30
- ${APPDATA_PATH}/uptime-kuma/config:/app/data
2025-06-18 23:26:18 +05:30
ports:
2025-07-19 20:34:39 +05:30
- ${PORT}:3001
2025-07-20 18:18:17 +05:30
networks:
- frontend
networks:
frontend:
external: true