Skip to content

Commit

Permalink
feat:generate federated worker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankLi123 committed Oct 10, 2024
1 parent 5eb3bc9 commit c42bd1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Then, with a single command, you create and start all the services from your con

composeFile := compose.NewCompose(
compose.WithWorkers(cfg.Component.Decentralized),
compose.WithWorkers(cfg.Component.Federated),
compose.SetDependsOnAlloyDB(),
compose.SetNodeVersion(version),
compose.SetNodeVolume(),
Expand Down

0 comments on commit c42bd1c

Please sign in to comment.