Hi,
I’m want to run Seafile with Docker and I’m unsure about the recommended approach for separating configuration from user libraries.
My goal would be to keep all Seafile configuration, runtime files and the database on local storage, while storing user libraries on a remote filesystem (in my case a Hetzner Storage Box mounted via SSHFS). However, the official Docker Compose setup only mounts a single volume for the Seafile container itself, so I’m not sure whether this kind of separation is supported or even possible? For example in nextcloud i could just specifiy two directories like this:
volumes:
- /path/to/nextcloud/config:/config
- /path/to/data:/data
Is this also in any way possible with Seafile? Would be great if someone knew that as I wanna replace Nextcloud with Seafile.
I’d appreciate any guidance or best practices from the community.
Thanks!