meteor-uploads icon indicating copy to clipboard operation
meteor-uploads copied to clipboard

problem with mupx deploy

Open nick-preda opened this issue 8 years ago • 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'

nick-preda avatar Jun 13 '16 11:06 nick-preda

Why did https://github.com/tomitrescak/meteor-uploads/issues/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.

msj121 avatar Oct 11 '16 13:10 msj121