Guest User

Untitled

a guest
Nov 28th, 2025
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. services:
  2. windows:
  3. image: dockurr/windows:latest
  4. pull_policy: if_not_present
  5. container_name: omarchy-windows
  6. environment:
  7. VERSION: "11"
  8. RAM_SIZE: "16G"
  9. CPU_CORES: "8"
  10. DISK_SIZE: "256G"
  11. USERNAME: "steve"
  12. PASSWORD: "admin"
  13. TZ: "Europe/Sofia"
  14. ARGUMENTS: >-
  15. -machine type=q35,vmport=off,hpet=off,accel=kvm
  16. -cpu host,kvm=on,family=6,model=183,stepping=1,-hypervisor,hv_vendor_id=GenuineIntel,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time,+invtsc,+pdpe1gb,+tsc-deadline,migratable=no
  17. -smbios type=0,vendor=American_Megatrends_International,,_LLC.,version=H.60,date=05/16/2023,uefi=on -smbios type=1,manufacturer=Micro-Star_International_Co.,,_Ltd.,product=MS-7D91,version=3.0,serial=Default_string,uuid=95497286-2c64-8619-ac46-047c166f3801 -smbios type=4,manufacturer=Intel(R)_Corporation,version=13th_Gen_Intel(R)_Core(TM)_i9-13900K,current-speed=2970,max-speed=8500
  18. -global scsi-hd.product=KINGSTON_SFYRD2000G -global scsi-hd.serial=50026B7686565990
  19. -device ivshmem-plain,id=shmem0,memdev=looking-glass
  20. -object memory-backend-file,id=looking-glass,mem-path=/dev/kvmfr0,size=64M,share=yes
  21. -device vfio-pci,host=0000:01:00.0
  22. -device vfio-pci,host=0000:01:00.1
  23. -audiodev spice,id=spice
  24. -device intel-hda
  25. -device hda-duplex,audiodev=spice
  26. -spice unix=on,addr=/tmp/spice/spice.sock,disable-ticketing=on,agent-mouse=off
  27. -device virtio-serial-pci
  28. -device virtserialport,chardev=spicechannel0,name=com.redhat.spice.0
  29. -chardev spicevmc,id=spicechannel0,name=vdagent
  30. -device virtio-mouse-pci
  31. -device virtio-keyboard-pci
  32. -global ICH9-LPC.disable_s3=1
  33. -global ICH9-LPC.disable_s4=1
  34.  
  35. USB: "no"
  36. devices:
  37. - /dev/kvm
  38. - /dev/net/tun
  39. - /dev/kvmfr0:/dev/kvmfr0
  40. - /dev/vfio/16:/dev/vfio/16
  41. - /dev/vfio/vfio:/dev/vfio/vfio
  42. cap_add:
  43. - NET_ADMIN
  44.  
  45. ulimits:
  46. memlock:
  47. soft: -1
  48. hard: -1
  49. ports:
  50. - 8006:8006
  51. - 3389:3389/tcp
  52. - 3389:3389/udp
  53. volumes:
  54. - /home/steve/.windows:/storage
  55. - /home/steve/Windows:/shared
  56. - /home/steve/.config/windows/oem:/oem
  57. - /var/run/omarchy-windows:/tmp/spice
  58. restart: "no"
  59. stop_grace_period: 2m
Advertisement
Add Comment
Please, Sign In to add comment