-
I am deploying a simple app and would like to use local storage in production. Right now, after a deploy I lose access to the images. Is it possible to use local storage or am I required to use a service like S3? |
Beta Was this translation helpful? Give feedback.
Answered by
albertski
Dec 22, 2024
Replies: 1 comment
-
You can persist your storage volume by uncommenting this line in deploy.yml:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
albertski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can persist your storage volume by uncommenting this line in deploy.yml: