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 Add New Project.
and click onToggle the Run as Container option to ensure your application runs inside a container.
Select the
Node.js
repository you want to deploy.Fill out the form according to your repository and application setup. Make sure you use
PORT
env 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