readtomyshoe icon indicating copy to clipboard operation
readtomyshoe copied to clipboard

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

Open rozbb opened this issue 3 years ago • 0 comments

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 avatar Sep 12 '22 03:09 rozbb