Skip to content

Commit 011fa53

Browse files
authored
Merge pull request #31 from RSS3-Network/feat/add-mastodon-container
feat: generate federated containers using node container template
2 parents 0b6494b + 2c17af3 commit 011fa53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cmd/cmd.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +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),
5556
compose.SetDependsOnAlloyDB(),
5657
compose.SetNodeVersion(version),
5758
compose.SetNodeVolume(),

0 commit comments

Comments
 (0)