الملفات
tabeleylanding-page/.ghaymah.json
2026-04-17 18:13:41 +03:00

19 أسطر
318 B
JSON

{
"name": "tabeley-landing",
"ports": [
{
"expose": true,
"number": 80
}
],
"publicAccess": {
"enabled": true,
"domain": "auto"
},
"resourceTier": "t1",
"dockerFileName": "Dockerfile",
"env": {
"TABELEY_API_BASE_URL": "https://your-backend-domain.example.com/api"
}
}