Pandastack Documentation
CtrlK
  • Welcome to PandaStack
  • Getting Started
    • Quickstart
      • Getting Started
    • Projects
      • Static Website
        • Configure your static website
          • Pre-defined ENV for static websites
          • Deploy a specific commit
      • Conatinered Website
        • How to configure nodejs project
        • How to Configure Python projects
        • How to Configure GO project
        • Docker runtime Projects
        • Private Connection with database
        • Override default ENV
        • Auto-scaling
        • PVC (Persistent Volume Claims)
      • Custom Domain
    • Databases
      • MySQL
      • PostgreSQL
      • Redis
      • MongoDB
      • TimeScaleDB(coming soon)
    • Monitoring
      • Uptime Check
      • SSL monitoring
      • Monitors pricing
    • Analytics
    • SSO
      • Google
      • Azure
    • Managed Apps
      • Wordpres
      • Directus
      • Strapi
      • Consul
      • Grafana
    • PandaEdge
      • Deploy a nodejs function
      • Deploy a python function
      • Panda Edge pricing
    • Limitations and Pricing
Powered by GitBook
On this page
  1. Getting Started
  2. Projects
  3. Conatinered Website

Override default ENV

By default, we use the most stable runtimes to support your app. However, if needed, you can change them. For instance:

  • NODE_ENV: Defaults to "development," but you can override it.

  • NODE_VERSION: (You can specify the version here.)

  • GO_VERSION:

  • PYTHON_VERSION

By default, all containerized applications use port 9999. You can change this by setting the PORT environment variable

PreviousPrivate Connection with databaseNextAuto-scaling

Last updated 4 months ago