هذا الالتزام موجود في:
ayashosha
2026-07-29 05:15:26 +03:00
الأصل 91e3e0f709
التزام 0a4a236f77
13 ملفات معدلة مع 756 إضافات و0 حذوفات

20
.ghaymah.json Normal file
عرض الملف

@@ -0,0 +1,20 @@
{
"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": ""
}
}