tomitrescak/meteor-uploads

problem with mupx deploy

Opened this issue · 1 comments

Hi,

I'm using 'mupx' to deploy my current app to another server.

the problem is that the file is being uploaded inside a docker, and when I deploy another version of the app, 'mupx' creates another docker, so it doesn't see the previous one, where I stored the files.

i don't know if the issue is for 'meteor-uploads' or for 'mupx'

Why did #235 not work for you?

You can now setup docker by mounting a directory outside of the docker to store files. That way each docker won't replace the files.

If this has been fixed, please close issue.