Add linux-vm Docker build files for rego-tunnel
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-25 07:39:42 +00:00
parent 25a1985d20
commit 3a674bc44d
4 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
services:
linux-vm:
build: .
container_name: linux-vm
privileged: true
devices:
- /dev/kvm:/dev/kvm
ports:
- "16800:6080" # noVNC web access
- "15900:5900" # VM raw VNC
volumes:
- /home/alexz/linux-vm.qcow2:/vm/linux-vm.qcow2
environment:
- VM_RAM=8G
- VM_CPUS=4
restart: unless-stopped