Is there a way to attach block storage to a railway app?
I am working on a Golang app with a Postgresql db and want to be able to run git commands (mainly clone and pull) and perform some operations on code files. I also want to be able to delete the files once the operations are done. I though of using block storage for that, but I am not sure if that is going to work, and if Railway supports attaching block storage. What is the best way to go about this?
5 Replies