Add compose.yaml

This commit is contained in:
2026-06-23 11:30:20 +02:00
parent da83d83d9f
commit f344e358d5
+31
View File
@@ -0,0 +1,31 @@
services:
windows:
image: dockurr/windows
container_name: windows
environment:
VERSION: "10"
RAM_SIZE: "16G"
CPU_CORES: "8"
LANGUAGE: "English"
REGION: "de-DE"
KEYBOARD: "de-DE"
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
volumes:
- /mnt/immich/windows:/storage
restart: always
networks:
- bragi-local
stop_grace_period: 2m
networks:
bragi-local:
external: true