first commit

This commit is contained in:
2025-07-15 16:42:17 -04:00
commit 4d987375ef
156 changed files with 4226 additions and 0 deletions

10
docker/compose.yaml Normal file
View File

@@ -0,0 +1,10 @@
services:
web:
build:
context: ..
dockerfile: docker/Dockerfile
ports:
- "8080:80"
volumes:
- ..:/usr/share/nginx/html
restart: unless-stopped