Install with Docker
Run Borela on the host, next to the volume that stores SQLite.
Recommended shape
Install borela-agent on the host and point db_path at the mounted SQLite file. This avoids needing privileged containers just to supervise a local file.
Example
If your app writes to /srv/myapp/data/app.db on the host, use that host path in Borela.
curl -fsSL https://borela.dev/install.sh | bash -s -- --api-key brl_xxx --db-path /srv/myapp/data/app.db --name myapp