There are two ways to define environment variables, in the env field in your App Configuration and
with Secrets. Once the env variables and secrets are set up and defined in your compose.yaml, they’ll show up at runtime in your env context property.
For local development, all files in your gitignored .env file will also show up as secrets if you reference them in your compose.yaml file.