diff --git a/.devcontainer/codespaces.yml b/.devcontainer/codespaces.yml index 85e3f64..0ef2b69 100644 --- a/.devcontainer/codespaces.yml +++ b/.devcontainer/codespaces.yml @@ -1,11 +1,12 @@ services: windows: + image: dockurr/windows container_name: windows - image: ghcr.io/dockur/windows environment: - RAM_SIZE: "half" - DISK_SIZE: "max" - CPU_CORES: "max" + VERSION: "10" + DISK_SIZE: "250G" + USERNAME: "Heather" + PASSWORD: "heather" devices: - /dev/kvm - /dev/net/tun @@ -17,5 +18,5 @@ services: - 3389:3389/udp volumes: - ./windows:/storage - restart: on-failure + restart: always stop_grace_period: 2m diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d7c98a8..cb7bad8 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": "10" }, "forwardPorts": [8006], "portsAttributes": { diff --git a/Dockerfile b/Dockerfile index bf6dab2..49b915f 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="10" 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..0ef2b69 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,10 @@ services: image: dockurr/windows container_name: windows environment: - VERSION: "11" + VERSION: "10" + DISK_SIZE: "250G" + USERNAME: "Heather" + PASSWORD: "heather" devices: - /dev/kvm - /dev/net/tun diff --git a/kubernetes.yml b/kubernetes.yml index fa8eef0..da84c10 100644 --- a/kubernetes.yml +++ b/kubernetes.yml @@ -31,9 +31,9 @@ spec: image: dockurr/windows env: - name: VERSION - value: "11" + value: "10" - name: DISK_SIZE - value: "64G" + value: "250G" ports: - containerPort: 8006 name: http