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 PandaStack:

Pre-requisites:

  • Either your Node.js app should listen on port 9999 or

  • Alternatively, you can override this by setting the PORT environment variable during deployment

  1. Visit Projectsand click on Add New Project.

  2. Toggle the Run as Container option to ensure your application runs inside a container.

  3. Select the Node.js repository you want to deploy.

  4. 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.

  5. Choose the resources based on your app's requirements.

  6. Once the form is complete, click Deploy Container Site.

  7. Your logs will start streaming immediately after deployment begins.

Last updated