Skip to content

Commit 15d44ea

Browse files
remove todos
1 parent b2340e1 commit 15d44ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker_compose.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ func WriteDockerCompose(configs []config.Config, dir string, bakeEnv bool) error
123123
if err != nil {
124124
return errors.New("error marshalling compose file to write docker-compose.yaml")
125125
}
126-
// TODO: docker-compose name ???
127126
if err := os.WriteFile(strings.TrimRight(dir, "/")+"/"+"docker-compose.yaml", yaml, 0660); err != nil {
128127
return errors.New("error writing compose file docker-compose.yaml")
129128
}
@@ -161,7 +160,6 @@ func ExportEnv(config config.Config) string {
161160
return strings.Join(builder, "\n")
162161
}
163162

164-
//TODO: docker-compose should include all services...somehow.
165163
type DockerComposeCmd struct {
166164
OutputDir string `name:"output dir" default:"./compose" short:"o" help:"Output dir for docker compose files." predictor:"dir"`
167165
BakeEnv bool `short:"e" help:"Bake in the configured environment to image after build."`

0 commit comments

Comments
 (0)