chore: split compose into separate files

- Split compose.yml into two files: compose.yml for running and compose.prepare.yml for golden image preparation
- Rename env vars STORAGE->STORAGE_DIR and ISO->ISO_FILE to avoid conflicts with internal script variables
- Remove unused VERSION env var (hardcoded in scripts)
- Update README with new command syntax
This commit is contained in:
synacktra.work@gmail.com 2025-11-15 17:08:02 +05:30
parent f80bb8202c
commit e241426eea
4 changed files with 25 additions and 19 deletions

View file

@ -41,6 +41,5 @@ EXPOSE 3389 8006
ENV RAM_SIZE="4G"
ENV CPU_CORES="2"
ENV DISK_SIZE="30G"
ENV VERSION="win11e"
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]