28 أسطر
514 B
JSON
28 أسطر
514 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",
|
|
"build": {
|
|
"dockerfile": "q1-deploy-monitor/Dockerfile",
|
|
"context": "q1-deploy-monitor"
|
|
},
|
|
"container": {
|
|
"image": "docker.io/your-username/nodeapp:production",
|
|
"pullSecretName": ""
|
|
}
|
|
}
|
|
|
|
|
|
|