windows.yml builds

This commit is contained in:
Dobromir Popov
2025-09-01 00:43:42 +03:00
parent dae3c933e2
commit 61f52d2c65

View File

@@ -1,11 +1,12 @@
services:
# cd /mnt/shared/DEV/repos/d-popov.com/scripts/portainer-compose-stacks/windows
# docker-compose -f windows.yml up -d --build
windows: # https://github.com/dockur/windows
image: dockurr/windows
image: windows_qemu9:latest
container_name: win
privileged: true
environment:
VERSION: "11"
MANUAL: "Y" # Allow manual installation flow per README
devices:
- /dev/kvm
- /dev/net/tun
@@ -16,6 +17,6 @@ services:
- 3389:3389/tcp
- 3389:3389/udp
volumes:
- ./windows:/storage
- /mnt/data/docker_vol/windows:/storage
restart: always
stop_grace_period: 2m