.env.dist.local

.env.dist.local Jun 2026

DB_HOST=localhost DB_PORT=5432 DB_USER=myuser DB_PASSWORD=mylocalpassword

When using Docker Compose, environment configuration becomes particularly important. Docker Compose automatically interpolates variables from a .env file located alongside your compose.yaml file. However, there's nuance to understand: .env.dist.local

If you want to introduce this into your workflow, follow these steps: follow these steps: