Skip to content

Make Services Available in Companion Bootstrapping#308

Draft
schrieveslaach wants to merge 2 commits intomasterfrom
services-in-bootstrap-args
Draft

Make Services Available in Companion Bootstrapping#308
schrieveslaach wants to merge 2 commits intomasterfrom
services-in-bootstrap-args

Conversation

@schrieveslaach
Copy link
Copy Markdown
Contributor

Work in progress implementation

Fixes #304

@schrieveslaach schrieveslaach force-pushed the services-in-bootstrap-args branch from fd4b2ed to 26a02de Compare March 3, 2026 09:25

let app_name = deployment_unit.app_name();
let app_name = &deployment_unit.app_name;
let bootstrapping_containers = self.config.companion_bootstrapping_containers(
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thought: It feels like that the templating logic must move elsewhere and must be unified with the templating for static companions. For example, the configs_for_templating could be used for this purpose. I think I need to invest here and make a domain module that holds such logic independent of the infrastructure (like in the Hamburger-Architecture, see https://www.youtube.com/watch?v=RJ0k6_MgsN4)

@schrieveslaach schrieveslaach force-pushed the services-in-bootstrap-args branch from 26a02de to c957297 Compare March 3, 2026 10:22
Work in progress implementation

Fixes #304
@schrieveslaach schrieveslaach force-pushed the services-in-bootstrap-args branch from cfedd77 to 8a93479 Compare April 1, 2026 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make Services Available in Companion Bootstrapping

1 participant