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

Make it so the Docker image can put the audio_blobs/ directory on an external volume #22

Open
rozbb opened this issue Sep 12, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@rozbb
Copy link
Owner

rozbb commented Sep 12, 2022

Currently, audio_blobs/ lives inside the Docker image. That means 1) it is limited by whatever space constraints the docker runner is using, and 2) whenever the image is torn down, so is all the data.

It would be preferable to have the Dockerfile (or docker-compose file?) specify an external location to persistently keep the audio_blobs/ data.

@rozbb rozbb added the enhancement New feature or request label Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant