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

Split application components into individual containers #9

Open
pangelo opened this issue Mar 21, 2020 · 2 comments
Open

Split application components into individual containers #9

pangelo opened this issue Mar 21, 2020 · 2 comments

Comments

@pangelo
Copy link
Contributor

pangelo commented Mar 21, 2020

This will make it easier to debug and upgrade each component individually, and eventually allow to run these images in production settings. Initial plan is to split into backend and frontend, and to base of available official images (e.g. postgresq).

@debuglevel
Copy link

I suggest split up into 3 images: frontend, backend and postgres

@pangelo
Copy link
Contributor Author

pangelo commented Jan 14, 2021

I agree, but I'm leaving this till after LF v4 is done, because there might be some changes to the build. Currently, there are some build steps that need to access the database, and these will have to be deferred to the container runtime and will require additional scripting of the startup process.

If anyone wants to take a stab at this before v4, I'll gladly accept patches :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants