Restore original format, only change image to rego-vpn:latest
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
This commit is contained in:
@@ -4,24 +4,12 @@
|
|||||||
{
|
{
|
||||||
"name": "rego-tunnel",
|
"name": "rego-tunnel",
|
||||||
"image": "rego-vpn:latest",
|
"image": "rego-vpn:latest",
|
||||||
"environment": [
|
"environment": {
|
||||||
{
|
"RAM_SIZE": "${WINDOWS_RAM_GB}G",
|
||||||
"key": "RAM_SIZE",
|
"CPU_CORE": "${WINDOWS_CPU_CORES}",
|
||||||
"value": "${WINDOWS_RAM_GB}G"
|
"DISK_SIZE": "${WINDOWS_DISK_SIZE_GB}G",
|
||||||
},
|
"VERSION": "${WINDOWS_VERSION}"
|
||||||
{
|
},
|
||||||
"key": "CPU_CORE",
|
|
||||||
"value": "${WINDOWS_CPU_CORES}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "DISK_SIZE",
|
|
||||||
"value": "${WINDOWS_DISK_SIZE_GB}G"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "VERSION",
|
|
||||||
"value": "${WINDOWS_VERSION}"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"internalPort": 8006,
|
"internalPort": 8006,
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
@@ -37,6 +25,13 @@
|
|||||||
"readOnly": false,
|
"readOnly": false,
|
||||||
"shared": false,
|
"shared": false,
|
||||||
"private": false
|
"private": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hostPath": "${APP_DATA_DIR}/data/start.sh",
|
||||||
|
"containerPath": "/run/start.sh",
|
||||||
|
"readOnly": false,
|
||||||
|
"shared": false,
|
||||||
|
"private": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"stopGracePeriod": "2m",
|
"stopGracePeriod": "2m",
|
||||||
|
|||||||
Reference in New Issue
Block a user