Pandastack Documentation
  • Welcome
  • Getting Started
    • Quickstart
      • Getting Started
    • Projects
      • Static Website
        • Configure your static website
          • Pre-defined ENV for static websites
      • 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
    • Databases
      • MySQL
      • PostgreSQL
      • Redis
      • MongoDB
      • TimeScaleDB
    • Monitoring
      • Uptime Check
      • SSL monitoring
      • Monitors pricing
    • Analytics
    • SSO
      • Google
      • Azure
    • Managed Apps
      • Wordpres
      • Directus
      • Strapi
      • Consul
      • Jenkins
    • PandaEdge
      • Deploy a nodejs function
      • Deploy a python function
      • Panda Edge pricing
Powered by GitBook
On this page
  1. Getting Started
  2. Projects
  3. Conatinered Website

Override default ENV

PreviousPrivate Connection with database.NextDatabases

Last updated 3 months ago

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