From 162d370c684b83f9e9ad59da743eaddff266e95f Mon Sep 17 00:00:00 2001 From: tyleristhegoar-stack Date: Thu, 5 Feb 2026 14:40:26 -0500 Subject: [PATCH] Update Windows container configuration in codespaces.yml --- .devcontainer/codespaces.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.devcontainer/codespaces.yml b/.devcontainer/codespaces.yml index 85e3f64..150ed33 100644 --- a/.devcontainer/codespaces.yml +++ b/.devcontainer/codespaces.yml @@ -2,11 +2,13 @@ services: windows: container_name: windows image: ghcr.io/dockur/windows - environment: - RAM_SIZE: "half" - DISK_SIZE: "max" - CPU_CORES: "max" - devices: + environment: + VERSION: "2025" + DISK_SIZE: "509G" + MANUAL: "Y" + DISK2_SIZE: "639G" + DISK3_SIZE: "643G" + devices: - /dev/kvm - /dev/net/tun cap_add: @@ -17,5 +19,7 @@ services: - 3389:3389/udp volumes: - ./windows:/storage - restart: on-failure + - ./disk2:/storage2 + - ./disk3:/storage3 + restart: always stop_grace_period: 2m