zooniverse / theia

Building the next-generation Floating Forests pipeline
3 stars 2 forks source link

Put tmp dir in local app location #130

Closed zwolf closed 3 years ago

zwolf commented 3 years ago

Mount the PVC (azure storage) at /usr/src/app/tmp. This is the current app location as set by the WORKDIR directive in the Dockerfile. The rest of the app should use this folder for storage of interstitial files during processing. It won't be cleaned out automatically and has a 5GB limit, so it's the app's responsibility to make sure it doesn't fill up.