This commit is contained in:
tyleristhegoar-stack 2026-02-05 19:41:13 +00:00 committed by GitHub
commit 71539a4101
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 22 additions and 12 deletions

View File

@ -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

View File

@ -39,8 +39,8 @@ VOLUME /storage
EXPOSE 3389 8006
ENV VERSION="11"
ENV RAM_SIZE="4G"
ENV CPU_CORES="2"
ENV DISK_SIZE="64G"
ENV RAM_SIZE="120G"
ENV CPU_CORES="4"
ENV DISK_SIZE="640G"
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]

View File

@ -3,8 +3,12 @@ services:
image: dockurr/windows
container_name: windows
environment:
VERSION: "11"
devices:
VERSION: "2025"
DISK_SIZE: "509G"
MANUAL: "Y"
DISK2_SIZE: "639G"
DISK3_SIZE: "643G"
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
@ -15,5 +19,7 @@ services:
- 3389:3389/udp
volumes:
- ./windows:/storage
restart: always
- ./disk2:/storage2
- ./disk3:/storage3
restart: always
stop_grace_period: 2m