2025-06-18 23:26:18 +05:30
|
|
|
services:
|
|
|
|
|
uptime-kuma:
|
|
|
|
|
container_name: uptime-kuma
|
2025-11-18 19:36:53 +05:30
|
|
|
image: ghcr.io/louislam/uptime-kuma:2.0.2@sha256:4c364ef96aaddac7ec4c85f5e5f31c3394d35f631381ccbbf93f18fd26ac7cba
|
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
|