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

Building the app with Docker creates a lot of volumes #340

Open
johannalaitila opened this issue Jan 26, 2024 · 3 comments
Open

Building the app with Docker creates a lot of volumes #340

johannalaitila opened this issue Jan 26, 2024 · 3 comments
Assignees
Labels
persona: Developer Person who develops the openVAA application

Comments

@johannalaitila
Copy link
Contributor

johannalaitila commented Jan 26, 2024

There are a lot Docker volumes being created when building the app. Investigate why this is and if it could be reduced. Also, a lot if images are being created, so same issue there.

@johannalaitila johannalaitila self-assigned this Jan 26, 2024
@johannalaitila
Copy link
Contributor Author

@TrixterTheTux if I remember correctly, were you thinking that potentially node modules are being copied to a new volume every time the app is built?

@johannalaitila johannalaitila added the persona: Developer Person who develops the openVAA application label Jan 26, 2024
@johannalaitila
Copy link
Contributor Author

johannalaitila commented Jan 26, 2024

Note for self - might be related to this:
image
docker/compose#1487

we use docker compose up currently

@TrixterTheTux
Copy link
Contributor

TrixterTheTux commented Jan 26, 2024

I suspect the cause is

with similar behavior inside the frontend compose, so what happens is that we create an unnamed volume each time the environment gets setup (due to my previous changes of --force-recreate, which happens to increase the frequency of this becoming an issue).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
persona: Developer Person who develops the openVAA application
Projects
None yet
Development

No branches or pull requests

2 participants