package
0.0.0-20210205234250-13057ba107ef
Repository: https://github.com/bocmah/phpdocker-gen.git
Documentation: pkg.go.dev

# Functions

DockerCompose assembles dockercompose config from service.FullConfig.
NewServiceAssembler creates a specific ServiceAssembler for given service.SupportedService.
WithDockerfilePath adds Dockerfile path to options.
WithEnvironment adds environment variables to options.
WithNetworks adds networks to options.
WithVolumes adds volumes to options.

# Interfaces

Option can modify behaviour of the function which uses it.

# Type aliases

ServiceAssembler is a function which can create dockercompose.Service from service.FullConfig for a specific service.