diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..173fc8a --- /dev/null +++ b/compose.yaml @@ -0,0 +1,23 @@ +name: "winapps" + +volumes: + data: + +services: + windows: + image: dockurr/windows + container_name: windows + environment: + VERSION: "tiny11" + RAM_SIZE: "8G" + CPU_CORES: "4" + privileged: true + ports: + - 8006:8006 + - 3389:3389/tcp + - 3389:3389/udp + stop_grace_period: 2m + restart: on-failure + volumes: + - data:/storage + - ./oem:/oem diff --git a/install/RDPApps.reg b/oem/RDPApps.reg similarity index 100% rename from install/RDPApps.reg rename to oem/RDPApps.reg diff --git a/oem/install.bat b/oem/install.bat new file mode 100644 index 0000000..182423c --- /dev/null +++ b/oem/install.bat @@ -0,0 +1,3 @@ +@echo off + +REG IMPORT C:\OEM\RDPApps.reg