From 42cd265e868b813b6daf44a1f731ccff6d20de84 Mon Sep 17 00:00:00 2001 From: Heather Morris <148032633+hmorris1990@users.noreply.github.com> Date: Fri, 31 Oct 2025 12:47:01 -0400 Subject: [PATCH] Update Windows service configuration in codespaces.yml --- .devcontainer/codespaces.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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