Skip to content

Commit 35fab19

Browse files
committed
fix: remove federated docker-compose generation
1 parent 8e41fa8 commit 35fab19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cmd/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Then, with a single command, you create and start all the services from your con
5252

5353
composeFile := compose.NewCompose(
5454
compose.WithWorkers(cfg.Component.Decentralized),
55-
compose.WithWorkers(cfg.Component.Federated),
55+
// compose.WithWorkers(cfg.Component.Federated),
5656
compose.SetDependsOnAlloyDB(),
5757
compose.SetNodeVersion(version),
5858
compose.SetNodeVolume(),

0 commit comments

Comments
 (0)