1
0
قرینه از https://github.com/dockur/windows.git synced 2026-06-10 11:59:33 +08:00

feat: Add custom .yml for Github Codespaces (#1486)

This commit is contained in:
Kroese
2025-10-15 21:54:52 +02:00
کامیت شده توسط GitHub
والد 70dce80aec
کامیت ab457abc3c
2فایلهای تغییر یافته به همراه23 افزوده شده و 1 حذف شده
+1 -1
مشاهده پرونده
@@ -2,5 +2,5 @@
"name": "windows",
"service": "windows",
"forwardPorts": [8006],
"dockerComposeFile": "compose.yml"
"dockerComposeFile": ".github/codespaces.yml"
}
+22
مشاهده پرونده
@@ -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: on-failure
stop_grace_period: 2m