Persist rego-tunnel qcow2 under user-config; remove rego-tunnel-linux
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
This commit is contained in:
@@ -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"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user