Hello! I do have a network drive that is focused on storage, much more than my OS server box, can I place the files container in there? If so, any pointers?
Appwrite stores data in volumes. By default, the volumes are managed by docker so they are stored in docker's system folder. It is possible to specify options for the volume such that the path is your network drive. If you do this, I highly recommend using a docker-compose.override.yml file to minimize changes to the docker-compose.yml file installed by Appwrite. This will make upgrades easier in the future so that you can use the upgrade command as per our docs.
For example: https://stackoverflow.com/questions/36387032/how-to-set-a-path-on-host-for-a-named-volume-in-docker-compose-yml (this doesn't use a docker-compose.override.yml file, though)
Thanks! Will give it a go
Recommended threads
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...