Initial commit: moving from nano to git

This commit is contained in:
georgew 2026-01-25 14:27:24 +00:00
commit 0d4bc59e31
2 changed files with 18 additions and 0 deletions

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
data/
postgres/
.env
*.log

14
docker-compose.yaml Normal file
View file

@ -0,0 +1,14 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:1
container_name: uptime-kuma
restart: always
volumes:
- ./data:/app/data
- /var/run/docker.sock:/var/run/docker.sock
networks:
- web_traffic
networks:
web_traffic:
external: true