Type Alias compose_spec::Configs
source · pub type Configs = IndexMap<Identifier, Resource<Config>>;Expand description
Configs allow Services to adapt their behavior without needing to rebuild the container
image.
Aliased Type§
struct Configs { /* private fields */ }