class Companion::Docker::Compose::File::Service

Included Modules

Defined in:

docker/compose/file.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def build : String | Nil #

[View source]
def build=(build : String | Nil) #

[View source]
def container_name : String | Nil #

[View source]
def container_name=(container_name : String | Nil) #

[View source]
def environment : Hash(String, String) | Nil #

[View source]
def environment=(environment : Hash(String, String) | Nil) #

[View source]
def image : String | Nil #

[View source]
def image=(image : String | Nil) #

[View source]
def labels : Hash(String, String) | Nil #

[View source]
def labels=(labels : Hash(String, String) | Nil) #

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

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

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

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

[View source]
def restart : String | Nil #

[View source]
def restart=(restart : String | Nil) #

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

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

[View source]