Skip to content

How can we deploy a Rails app that uses local storage? #1318

Closed Answered by albertski
albertski asked this question in Q&A
Discussion options

You must be logged in to vote

You can persist your storage volume by uncommenting this line in deploy.yml:

# Use a persistent storage volume.
#
volumes:
  - "app_storage:/app/storage"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by albertski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant