الملفات
ghaymah-exam-ayashosha-sre/.ghaymah.json
2026-07-29 14:54:43 +00:00

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