Storing images in the filesystem?
Has anyone tried it? Does railway preserve filesystem state between deployments?
Solution:Jump to solution
the container storage is empherial, you can store files as long as they are purely temporary, like downloading an image to disk, modifying it, then uploading it elsewhere and deleting it.
for persistent storage, you use a volume https://docs.railway.app/reference/volumes...
1 Reply
Solution
the container storage is empherial, you can store files as long as they are purely temporary, like downloading an image to disk, modifying it, then uploading it elsewhere and deleting it.
for persistent storage, you use a volume https://docs.railway.app/reference/volumes