package
Version:
v0.7.0-pre-1-gd604afe
Opens a new window with list of versions in this module.
Published: Mar 27, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type ComposeFile struct {
File string
}
ComposeFile ...
Config returns a DockerCompose representation of the file
note that all variable interpolations are fully rendered by the config command
type DockerCompose struct {
Services map[string]*Service `yaml:"services"`
}
DockerCompose represents a docker-compose.yml file
type Service struct {
Image string `yaml:"image,omitempty"`
Environment map[string]string `yaml:"environment,omitempty"`
Labels map[string]string `yaml:"labels,omitempty"`
Secrets map[string]string `yaml:"x-fargate-secrets,omitempty"`
}
Service represents a docker container
Source Files
¶
Click to show internal directories.
Click to hide internal directories.