Compare commits

...

2 Commits

Author SHA1 Message Date
d3c7ca78a7 Merge branch 'master' of git.tvheggland.no:tvh-linux/kuma 2026-05-10 14:05:00 +02:00
967cfd9f9a first 2026-05-10 14:02:50 +02:00

14
docker-compose.yaml Normal file
View File

@@ -0,0 +1,14 @@
services:
uptime-kuma:
container_name: kuma
image: louislam/uptime-kuma:latest
restart: unless-stopped
networks:
- proxy_net
volumes:
- kuma-data:/app/data
volumes:
kuma-data:
networks:
proxy_net:
external: true