mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
Compare commits
No commits in common. "0b0de7de142761383e68c80c8176c5056ff34d0e" and "70dce80aec8576e3cfeeb2a803c0bcc9a826f1c2" have entirely different histories.
0b0de7de14
...
70dce80aec
2 changed files with 3 additions and 43 deletions
|
|
@ -1,24 +1,6 @@
|
|||
{
|
||||
"name": "Windows 11 Pro",
|
||||
"name": "windows",
|
||||
"service": "windows",
|
||||
"containerEnv": {
|
||||
"VERSION": "11",
|
||||
"RAM_SIZE": "max",
|
||||
"DISK_SIZE": "max",
|
||||
"CPU_CORES": "max"
|
||||
},
|
||||
"forwardPorts": [8006],
|
||||
"portsAttributes": {
|
||||
"8006": {
|
||||
"label": "Web",
|
||||
"onAutoForward": "openBrowser"
|
||||
}
|
||||
},
|
||||
"otherPortsAttributes": {
|
||||
"onAutoForward": "silent"
|
||||
},
|
||||
"hostRequirements": {
|
||||
"storage": "64gb"
|
||||
},
|
||||
"dockerComposeFile": ".github/codespaces.yml"
|
||||
"dockerComposeFile": "compose.yml"
|
||||
}
|
||||
|
|
|
|||
22
.github/codespaces.yml
vendored
22
.github/codespaces.yml
vendored
|
|
@ -1,22 +0,0 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue