Container Blueprints

Container Blueprints#

We consider container blueprints to be environment definitions which should remain strictly separated from operational logic.

📁 containers/

Houses declarative blueprints and manifests with payload (Dockerfile, .def), physically separating environment declaration from src/ and scripts/.

🔒 .env & .dockerignore

Keeps local secrets out of version control and out of the compiled container image.