envgap v0.3.0 adds Docker Compose environment drift detection.
What's new
- Detect common Docker Compose
environmentvariables. - Detect safe project-local Docker Compose
env_filevariables. - Report Compose variables that are missing from
.env.example. - Add a Docker Compose drift example project.
Why this matters
This helps catch cases where a project works locally, but behaves differently in Docker because container environment variables are missing from .env.example or documented under different names.
Try it
pip install -U envgap
envgap checkTry the new example:
envgap check examples/docker-compose