first commit

This commit is contained in:
WinniePatGG
2026-05-03 18:35:00 +00:00
commit d4397263ee
9 changed files with 1854 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
services:
web:
image: nginx:alpine
ports:
- "4001:80"
volumes:
- ./app:/usr/share/nginx/html:ro
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf:ro