commit 6bec02edf4711c734af555cb4302c667c11f30c5 Author: Ryan Harg Date: Sun Jun 2 13:06:11 2024 +0000 Initial diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8fce603 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +data/ diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..e028cfe --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,9 @@ +services: + uptime-kuma: + image: louislam/uptime-kuma:1.23.13 + volumes: + - ./data:/app/data + ports: + # : + - 3001:3001 + restart: unless-stopped