Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container-native deployment environment #150

Open
almereyda opened this issue Aug 6, 2022 · 0 comments
Open

Container-native deployment environment #150

almereyda opened this issue Aug 6, 2022 · 0 comments

Comments

@almereyda
Copy link

Currently the Docker Compose stack boots up some individual components for stateful and stateless databases, but orchestrates all components of the application within the same container. This so called fat container pattern is discouraged, and each of the jobs could run in individual containers based from the same image, using the command: directive.

Some useful one-off jobs, network routing and dependency control (depends_on:) would have to be in place, for this to work easily. One-time initialisation jobs can always be put into run --rm -it invocations of a container, too.

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

No branches or pull requests

1 participant