21 أسطر
408 B
JSON
21 أسطر
408 B
JSON
{
|
|
"id": "00000000-0000-0000-0000-000000000001",
|
|
"name": "nodeapp-production",
|
|
"projectId": "00000000-0000-0000-0000-000000000002",
|
|
"ports": [
|
|
{
|
|
"expose": true,
|
|
"number": 5000
|
|
}
|
|
],
|
|
"publicAccess": {
|
|
"enabled": true,
|
|
"domain": "auto"
|
|
},
|
|
"resourceTier": "t1",
|
|
"container": {
|
|
"image": "docker.io/your-username/nodeapp:production",
|
|
"pullSecretName": ""
|
|
}
|
|
}
|