Aggiunto file docker compose

This commit is contained in:
piccihud
2024-05-13 08:32:46 +02:00
parent 4754d4353d
commit 3ef4099e2b
12 changed files with 210 additions and 0 deletions

10
kuma/docker-compose.yml Normal file
View File

@ -0,0 +1,10 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:1
container_name: uptime-kuma
volumes:
- ./uptime-kuma-data:/app/data
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 3007:3001
restart: always