Skip to main content

Environments

An environment represents the context of services. Each environment has an environment override file where you can specify the necessary environment variables and configuration for that environment. The environment compose files are created using the include of docker compose. This is done so you only need one file to start the environment.

Option
project.environment.isLocal Environment

Indicates an environment is local. A local environment will use the latest version of the artifacts created by the software project (unless a specific version is specified in the model).

<options>
<project.environment.isLocal/>
</options>