2025-06-18 23:26:18 +05:30
|
|
|
services:
|
|
|
|
|
uptime-kuma:
|
|
|
|
|
container_name: uptime-kuma
|
2026-05-02 02:32:56 +00:00
|
|
|
image: ghcr.io/louislam/uptime-kuma:2.3.0@sha256:a8e5e69ce185d5425fcbf2ab14ddf808df5651fb2747a46a17cecf8ed5fd1af2
|
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
|