Skip to main content

Environments

An environment represents the context of services. Each environment has an expanded docker compose file. This docker compose file contains the services of that environment and it is possible to customize the ports and environment variables here.

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>