Modify Windows container settings in compose.yml

Updated environment variables and resource limits for the Windows container.
This commit is contained in:
djnsdfkfsdffsssssa 2025-12-05 10:11:01 -05:00 committed by GitHub
parent 455c6b13ad
commit dfa21f237b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,9 +4,9 @@ services:
container_name: windows
hostname: win11
environment:
VERSION: "2025"
VERSION: "11"
USERNAME: "admin"
PASSWORD: "admin"
PASSWORD: "StrongPassword123!"
devices:
- /dev/kvm
- /dev/net/tun
@ -24,16 +24,17 @@ services:
resources:
limits:
cpus: "4"
memory: 100G
memory: 8G
reservations:
cpus: "4"
memory: 100G
cpus: "2"
memory: 4G
volumes:
windows_data:
driver: local
driver_opts:
type: none
o: bind
device: ./windows
size: 6T # 1 terabyte quota
type: xfs
o: pquota
device: /var/lib/docker/volumes/windows_data
size: 2T # 2 terabyte quota