Files
templates/blueprints/uptime-kuma/docker-compose.yml
Jainil Prajapati 21ee07834d feat(uptime-kuma): add Docker socket mount for container management (#454)
Mount the Docker socket into the Uptime Kuma container to enable Docker API access, allowing the service to monitor and interact with other Docker containers for enhanced uptime tracking.
2025-10-14 21:44:50 -06:00

12 lines
228 B
YAML

version: "3.8"
services:
uptime-kuma:
image: louislam/uptime-kuma:1.23.15
restart: always
volumes:
- uptime-kuma-data:/app/data
- /var/run/docker.sock:/var/run/docker.sock
volumes:
uptime-kuma-data: