Initialize service

This commit is contained in:
Tanguy Herbron 2021-08-23 14:58:37 +02:00
commit c74673f915
2 changed files with 12 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
data

11
docker-compose.yml Normal file
View File

@ -0,0 +1,11 @@
version: "3.2"
services:
kuma:
container_name: kuma
image: louislam/uptime-kuma:1.3.2
ports:
- 3035:3001
volumes:
- ./data:/app/data
restart: unless-stopped