1
0
Files
uptime_kuma/compose.yml
Kappeh f29d80f33b
All checks were successful
Deploy / Deploy (push) Successful in 1m13s
Add uptime_kuma container
2025-11-28 09:00:40 +00:00

19 lines
365 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
networks:
- uptime_kuma_network
ports:
- 3001:3001
volumes:
- ./data:/app/data:rw
networks:
uptime_kuma_network:
name: uptime_kuma_network
driver: bridge