2024-01-14 17:16:02 +01:00
|
|
|
services:
|
|
|
|
|
windows:
|
2024-01-15 23:47:51 +01:00
|
|
|
image: dockurr/windows
|
2024-01-14 17:16:02 +01:00
|
|
|
container_name: windows
|
2025-02-25 13:04:48 +02:00
|
|
|
privileged: true
|
|
|
|
|
healthcheck:
|
|
|
|
|
test: "[ -f /data/ready ] || exit 1"
|
|
|
|
|
interval: 60s
|
|
|
|
|
retries: 5
|
|
|
|
|
start_period: 300s
|
|
|
|
|
timeout: 2s
|
2024-03-26 02:28:13 +01:00
|
|
|
environment:
|
2024-11-10 00:01:12 +01:00
|
|
|
VERSION: "11"
|
2025-02-25 13:04:48 +02:00
|
|
|
USERNAME: "bill"
|
|
|
|
|
PASSWORD: "gates"
|
|
|
|
|
DEBUG: "y"
|
|
|
|
|
MANUAL: "n"
|
2024-01-14 17:16:02 +01:00
|
|
|
devices:
|
|
|
|
|
- /dev/kvm
|
2024-12-01 16:07:23 +00:00
|
|
|
- /dev/net/tun
|
2024-01-14 17:16:02 +01:00
|
|
|
cap_add:
|
|
|
|
|
- NET_ADMIN
|
|
|
|
|
ports:
|
|
|
|
|
- 8006:8006
|
2024-01-17 03:40:19 +01:00
|
|
|
- 3389:3389/tcp
|
|
|
|
|
- 3389:3389/udp
|
2024-01-14 17:16:02 +01:00
|
|
|
stop_grace_period: 2m
|
2025-02-25 13:04:48 +02:00
|
|
|
volumes:
|
|
|
|
|
- ./scripts:/oem
|
|
|
|
|
- ./shared:/data
|
|
|
|
|
- ./custom.xml:/custom.xml
|