feat: Add custom .yml for Github Codespaces

This commit is contained in:
Kroese 2025-10-14 01:13:59 +02:00 committed by GitHub
parent 5e2ca4c1b6
commit d546726431
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

22
.github/codespaces.yml vendored Normal file
View File

@ -0,0 +1,22 @@
services:
windows:
image: dockurr/windows
container_name: windows
environment:
VERSION: "11"
RAM_SIZE: "max"
DISK_SIZE: "max"
CPU_CORES: "max"
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
volumes:
- ./windows:/storage
restart: always
stop_grace_period: 2m