Folder reorg if prep for using git runner
This commit is contained in:
parent
304e85e450
commit
1a3749112d
102 changed files with 833 additions and 244 deletions
27
compose/nas/windows7.yaml
Normal file
27
compose/nas/windows7.yaml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
services:
|
||||
windows:
|
||||
image: dockurr/windows
|
||||
container_name: win7
|
||||
devices:
|
||||
- /dev/kvm:/dev/kvm
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
ports:
|
||||
- 8006:8006
|
||||
- 3389:3389/tcp
|
||||
- 3389:3389/udp
|
||||
stop_grace_period: 2m
|
||||
# restart: on-failure
|
||||
environment:
|
||||
VERSION: "7u"
|
||||
RAM_SIZE: "4G"
|
||||
CPU_CORES: "4"
|
||||
DISK_SIZE: "64G"
|
||||
DISK2_SIZE: "256G"
|
||||
USERNAME: "traveler"
|
||||
PASSWORD: "H@rvey"
|
||||
# QEMU_OPTS: "-drive file=/disk/data.vhd,format=vpc,if=virtio"
|
||||
# EXTRA_DISKS: /disk/data.vhd
|
||||
volumes:
|
||||
- /srv/6e859070-caa4-472f-bb3c-53fb44e1bcc9/DockerVol/windows7/:/storage
|
||||
- /srv/6e859070-caa4-472f-bb3c-53fb44e1bcc9/DockerVol/windows7/storage/:/storage2
|
||||
Loading…
Add table
Add a link
Reference in a new issue