new stacks rebuild

This commit is contained in:
Dobromir Popov
2025-11-18 17:22:58 +02:00
parent de554968a3
commit 8c46e95800
2 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
services:
windows:
image: dockurr/windows # https://github.com/dockur/windows
container_name: windows
environment:
VERSION: "11"
RAM_SIZE: "8G"
CPU_CORES: "4"
devices:
- /dev/kvm
- /dev/net/tun
- /dev/nvme0n1p8:/disk2
cap_add:
- NET_ADMIN
privileged: true
ports:
#- 445:445
- 1433:1433
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
volumes:
# - /dev/nvme0n1p7:/disk1 # blind mount - not working for now
- /mnt/data/docker_vol/windows:/storage # storage (img file)location
- /mnt/shared:/data
restart: always
stop_grace_period: 2m