[add] construction landing page

This commit is contained in:
2026-06-18 00:13:56 -04:00
parent 41c3db1e58
commit 932e087b5e
8 changed files with 253 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
temp-site:
image: nginx:alpine
restart: unless-stopped
ports:
- "80:80"
volumes:
- ./index.html:/usr/share/nginx/html/index.html:ro
- ./assets:/usr/share/nginx/html/assets:ro
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf:ro