Initial commit: VeryExtraOS ARG site

This commit is contained in:
Dion Timmer
2026-03-13 01:00:30 -04:00
commit 54a2406694
15 changed files with 3506 additions and 0 deletions

9
ops/docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
veryextra-arg:
image: nginx:alpine
container_name: veryextra-arg
restart: unless-stopped
ports:
- "8008:80"
volumes:
- ../site:/usr/share/nginx/html:ro