1
0
Files
uptime_kuma/compose.yml
Kappeh fa2540e132
All checks were successful
Deploy / Deploy (push) Successful in 18s
Enable docker image update notifications
2026-02-20 20:28:05 +00:00

26 lines
554 B
YAML

services:
uptime_kuma:
container_name: uptime_kuma
image: louislam/uptime-kuma:2.0.2
restart: unless-stopped
user: 2009:2009 # uptime_kuma:uptime_kuma
group_add:
- 131 # docker
networks:
- uptime_kuma_network
ports:
- 3001:3001
volumes:
- ./data:/app/data:rw
- /var/run/docker.sock:/var/run/docker.sock:rw
labels:
diun.enable: "true"
diun.watch_repo: "true"
diun.include_tags: "next"
networks:
uptime_kuma_network:
name: uptime_kuma_network
driver: bridge