Initial commit

This commit is contained in:
Lucas
2025-06-04 12:51:09 +00:00
commit 061a3f2196
3 changed files with 61 additions and 0 deletions

14
docker-compose.yml Normal file
View File

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