diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d7c98a8..f27b22c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,8 +1,8 @@ { - "name": "Windows 11 Pro", + "name": "Windows 10 Pro", "service": "windows", "containerEnv": { - "VERSION": "11" + "VERSION": "10pro" }, "forwardPorts": [8006], "portsAttributes": { diff --git a/Dockerfile b/Dockerfile index bf6dab2..b316f13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,9 +38,9 @@ RUN echo "$VERSION_ARG" > /run/version VOLUME /storage EXPOSE 3389 8006 -ENV VERSION="11" +ENV VERSION="10pro" ENV RAM_SIZE="4G" ENV CPU_CORES="2" -ENV DISK_SIZE="64G" +ENV DISK_SIZE="250G" ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"] diff --git a/compose.yml b/compose.yml index e5b6257..71d4398 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,12 @@ services: image: dockurr/windows container_name: windows environment: - VERSION: "11" + VERSION: "10" + RAM_SIZE: "4G" + CPU_CORES: "2" + DISK_SIZE: "250G" + USERNAME: "Heather" + PASSWORD: "heather" devices: - /dev/kvm - /dev/net/tun diff --git a/kubernetes.yml b/kubernetes.yml index fa8eef0..847966e 100644 --- a/kubernetes.yml +++ b/kubernetes.yml @@ -31,9 +31,9 @@ spec: image: dockurr/windows env: - name: VERSION - value: "11" + value: "10pro" - name: DISK_SIZE - value: "64G" + value: "250G" ports: - containerPort: 8006 name: http