{ "services": [ { "name": "rego-tunnel", "image": "git.alexzaw.dev/alexz/linux-vm:latest", "isMain": true, "internalPort": 6080, "environment": [ { "key": "VM_RAM", "value": "${WINDOWS_RAM_GB}G" }, { "key": "VM_CPUS", "value": "${WINDOWS_CPU_CORES}" } ], "volumes": [ { "hostPath": "${APP_DATA_DIR}/data/storage/linux-vm.qcow2", "containerPath": "/vm/linux-vm.qcow2" }, { "hostPath": "${APP_DATA_DIR}/data/shared", "containerPath": "/shared" } ], "sysctls": { "net.ipv4.ip_forward": 1 }, "devices": ["/dev/kvm", "/dev/net/tun"], "capAdd": ["NET_ADMIN"], "privileged": true, "stopGracePeriod": "2m" } ], "schemaVersion": 2, "$schema": "https://schemas.runtipi.io/v2/dynamic-compose.json" }