Add linux-vm Docker build files for rego-tunnel
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
This commit is contained in:
16
apps/rego-tunnel/build/docker-compose.yml
Normal file
16
apps/rego-tunnel/build/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user