commit a813d6b8be509ff91cb0ba241576fff210287612 Author: tizian Date: Fri Jan 23 13:10:38 2026 +0100 initial docker setup; diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..665a81e --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,8 @@ +services: + uptime-kuma: + image: louislam/uptime-kuma:2.0.1 + volumes: + - ./data:/app/data + ports: + - "3001:3001" + restart: unless-stopped \ No newline at end of file