Skip to content

Commit

Permalink
Merge pull request #31 from RSS3-Network/feat/add-mastodon-container
Browse files Browse the repository at this point in the history
feat: generate federated containers using node container template
  • Loading branch information
FrankLi123 authored Oct 10, 2024
2 parents 0b6494b + 2c17af3 commit 011fa53
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 011fa53

Please sign in to comment.