Initial commit

This commit is contained in:
Gethec
2022-05-20 13:07:50 -05:00
parent 9b86a3b289
commit 62b3c739ab
21 changed files with 241 additions and 0 deletions

7
docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
services:
caddy:
build: .
container_name: leekspin
restart: unless-stopped
ports:
- 80:80