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.0@sha256:85d68948704fcadc7438f45c9f2666ef2239b5b84073479e1c5bc4d4d8b6d17c
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