2025-06-18 23:26:18 +05:30
|
|
|
services:
|
|
|
|
|
uptime-kuma:
|
|
|
|
|
container_name: uptime-kuma
|
2025-07-13 18:35:45 +05:30
|
|
|
image: docker.io/louislam/uptime-kuma:1.23.16
|
|
|
|
|
restart: unless-stopped
|
2025-06-18 23:26:18 +05:30
|
|
|
volumes:
|
|
|
|
|
- ${APPDATA_PATH}/uptime-kuma/config:/app/data
|
|
|
|
|
ports:
|
2025-07-08 16:40:16 +05:30
|
|
|
- ${PORT}:3001
|
|
|
|
|
networks:
|
|
|
|
|
- frontend
|
|
|
|
|
|
|
|
|
|
networks:
|
|
|
|
|
frontend:
|
|
|
|
|
external: true
|