We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b6494b + 2c17af3 commit 011fa53Copy full SHA for 011fa53
1 file changed
pkg/cmd/cmd.go
@@ -52,6 +52,7 @@ Then, with a single command, you create and start all the services from your con
52
53
composeFile := compose.NewCompose(
54
compose.WithWorkers(cfg.Component.Decentralized),
55
+ compose.WithWorkers(cfg.Component.Federated),
56
compose.SetDependsOnAlloyDB(),
57
compose.SetNodeVersion(version),
58
compose.SetNodeVolume(),
0 commit comments