class Companion::Docker::Compose::Service

Defined in:

docker/compose/compose.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, service : File::Service) #

[View source]

Instance Method Detail

def build : String | Nil #

[View source]
def container_name : String | Nil #

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

[View source]
def image : String #

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

[View source]
def name : String #

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

[View source]

[View source]

[View source]

[View source]