Add files

This commit is contained in:
BBaoVanC 2021-09-24 18:03:28 -05:00
parent fec96a89ef
commit bf58fd3520
2 changed files with 12 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.env
data/

10
docker-compose.yml Normal file
View File

@ -0,0 +1,10 @@
version: '3'
services:
uptime-kuma:
restart: always
image: louislam/uptime-kuma:1
volumes:
- ./data/uptime-kuma:/app/data
ports:
- 127.0.0.1:83:3001