How to configure nodejs project
This page will explain you how you can configure and deploy nodejs application with selected resources.
Follow the steps below to deploy a Node.js based application on :
Visit and click on Add New Project.
Toggle the Run as Container option to ensure your application runs inside a container.
Select the
Node.jsrepository you want to deploy.Fill out the form according to your repository and application setup. Make sure you use
PORTenv variable if your app is not listening to port 9999.Choose the resources based on your app's requirements.
Once the form is complete, click Deploy Container Site.
Your logs will start streaming immediately after deployment begins.
Last updated