class Squarectl::Config::ComposeFile

Overview

Extra compose files (resolved under squarectl/targets/common/) to append after the conventional base files, scoped to one or more targets.

:nodoc:

Included Modules

Defined in:

squarectl/config/compose_file.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def files : Array(String) #

[View source]
def files=(files : Array(String)) #

[View source]
def target : String | Array(String) #

[View source]
def target=(target : String | Array(String)) #

[View source]