Introduction

It help to make

How it works

Node.js / Frontend (Vite, Next.js)

They use a library like dotenv

  1. Read .env
  2. Put values into process.env
  3. Your app access the env var

Docker & Docker Compose

  1. Reads .env
  2. Injects variables into the container