Persist rego-tunnel qcow2 under user-config; remove rego-tunnel-linux
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-28 06:41:10 +00:00
parent c76afb2380
commit a343aecc0d
37 changed files with 8 additions and 82182 deletions

View File

@@ -2,9 +2,9 @@
"services": [
{
"name": "rego-tunnel",
"image": "git.alexzaw.dev/alexz/linux-vm:latest",
"image": "linux-vm:latest",
"isMain": true,
"internalPort": 6080,
"internalPort": 8006,
"environment": [
{
"key": "VM_RAM",
@@ -17,11 +17,11 @@
],
"volumes": [
{
"hostPath": "${APP_DATA_DIR}/data/storage/linux-vm.qcow2",
"hostPath": "/etc/runtipi/user-config/runtipi/rego-tunnel/storage/linux-vm.qcow2",
"containerPath": "/vm/linux-vm.qcow2"
},
{
"hostPath": "${APP_DATA_DIR}/data/shared",
"hostPath": "/etc/runtipi/user-config/runtipi/rego-tunnel/shared",
"containerPath": "/shared"
}
],