mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
updating to use docker-compose
This commit is contained in:
21
config/windows-vm/docker-compose.yml
Normal file
21
config/windows-vm/docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
windows:
|
||||
image: dockurr/windows
|
||||
container_name: windows-omarchy
|
||||
environment:
|
||||
VERSION: "11"
|
||||
RAM_SIZE: "12G"
|
||||
CPU_CORES: "4"
|
||||
devices:
|
||||
- /dev/kvm
|
||||
- /dev/net/tun
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
ports:
|
||||
- 8006:8006
|
||||
- 3389:3389/tcp
|
||||
- 3389:3389/udp
|
||||
volumes:
|
||||
- ~/.windows:/storage
|
||||
restart: always
|
||||
stop_grace_period: 2m
|
||||
Reference in New Issue
Block a user