commit 967cfd9f9a58a6b471a744fc3f31b3b5d5331a31 Author: Tord-Vincent Heggland Date: Sun May 10 14:02:50 2026 +0200 first diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..5defe05 --- /dev/null +++ b/docker-compose.yaml @@ -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