Files

16 lines
374 B
YAML
Raw Permalink 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.3.2@sha256:9aeb4e51d038047f414309c77a1af553281ca535723cb88907d907269d0a908e
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