Files
docker-compose/uptime-kuma/compose.yaml
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.2.1@sha256:7337368a77873f159435de9ef09567f68c31285ed5f951dec36256c4b267ee44
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