Environment variables to set for the service.
Declarations
Type
attribute set of stringDefault
{ }Example
{
DOCKER_HOST = "unix:///var/run/docker.sock";
RUST_LOG = "komodo=debug";
}Environment variables to set for the service.
attribute set of string{ }{
DOCKER_HOST = "unix:///var/run/docker.sock";
RUST_LOG = "komodo=debug";
}