bgruening / docker-galaxy

:whale::bar_chart::books: Docker Images tracking the stable Galaxy releases.
http://bgruening.github.io/docker-galaxy
MIT License
226 stars 134 forks source link

Remove nginx upload store variables #483

Closed abretaud closed 5 years ago

abretaud commented 5 years ago

A little patch to remove nginx upload store variables as it's disabled by default now (https://github.com/galaxyproject/ansible-galaxy-extras/blob/18.09/defaults/main.yml#L5)

Without this, we're forced to unset GALAXY_CONFIG_NGINX_UPLOAD_STORE as in https://github.com/bgruening/docker-galaxy-stable/blob/master/.travis.yml#L219, otherwise we get a permission denied error at startup when mounting /export (I could also fix the permission denied.. but as I don't know what is the future of this upload store feature..)

bgruening commented 5 years ago

Merci! :)

bgruening commented 5 years ago

I will branch master soon to dev/19.01.