Hi, I am using Ghost in docker via render.com.
I was wondering if there is a way for ghost not to use the disk, so I could scale the system. I am using an adapter that saves data to github. Is there a way to tell ghost to save everything into the database/external storage or the github adapter? So I will not need to use the file system?
At the time of writing this, Render service offers automatically store the ghost/content storage as externally mounted persistent storage, thus providing persistence across all instances of CMS and making it automatically available as soon as the docker container is up and running. For that highly recommended to use official Render’s Dockerfile and config from the render-examples/ghost Github repository.