How to store and access media folder and its assets
adhocsoftwares2026
PROOP

3 months ago

Hi, I’m hosting a Django + Next.js app on Railway.
Uploaded media files inside MEDIA_ROOT are getting deleted after each deploy or rebuild.
I want to know whether persistent file storage is supported for Railpack/Nixpacks deployments.
I also cannot find the “Volumes” option.
Is this feature only available for Dockerfile-based services?

$10 Bounty

1 Replies

Right click your canvas and you should be able to attach a volume to your Django service.


Loading...