You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is the on demand image resize functionality I'm talking about. Seems nginx is supposed to serve it once generated.
var/file_storage is already a shared volume
I think this is when viewing those images in the browser. Presumably a web request to an akeneo container will resize images to public/media/cache if they don't exist there already.
In a highly available environment there will be multiple akeneo containers running, where the web request to akeneo will hit a different container from the second web request for a resized image.
On a project we need at least /app/public/media/cache to be a shared RWX volume so that nginx can serve cache of file resizes of uploaded images.
We're not sure if /media/ itself should be shared though
The text was updated successfully, but these errors were encountered: