diff --git a/.ghaymah.json b/.ghaymah.json index e69de29..cc11c3d 100644 --- a/.ghaymah.json +++ b/.ghaymah.json @@ -0,0 +1,14 @@ +{ + "name": "oudelaa-api", + "ports": [ + { + "expose": true, + "number": 80 + } + ], + "publicAccess": { + "enabled": true + }, + "resourceTier": "t4", + "dockerFileName": "Dockerfile" +} \ No newline at end of file