#Store Profile Pictures
4 messages · Page 1 of 1 (latest)
Media files.
Static files are part of the build, stored in the repo, and added during development. Media files are dynamic, and may be added by users.
you store them on the volume like a normal file and server them directly via your reverse proxy.
You can store them on a CDN like, Azure CDN, you can also use Media Management Software like Cloudinary, they offer CDNs too with a monthly renewed Free tier. Cloudinary is much more robust as they also provide a range of features for managing, optimizing, and delivering media assets.