MI-DPLA / combine-docker

Combine Docker-ized
https://mi-dpla.github.io/combine-docker/
6 stars 12 forks source link

exporting suggests shared need of /tmp #12

Closed ghukill closed 5 years ago

ghukill commented 5 years ago

Indicative of a larger consideration, exporting documents requires at least a shared /tmp between livy and celery containers: Livy exports to /tmp within own container, and Celery would take over from there, but has nothing in own /tmp.

ghukill commented 5 years ago

Sharing /tmp on combine-django, combine-celery, and livy containers.