Removes unused config/litestream.yml

This commit is contained in:
Claudio Ortolina
2026-03-23 08:06:51 +00:00
parent 0f9a2d28cb
commit 84fa313638
2 changed files with 1 additions and 12 deletions
-11
View File
@@ -1,11 +0,0 @@
dbs:
- path: /mnt/music-library/music_library_prod.db
replica:
type: s3
name: music_library_prod
bucket: ffmusiclibrary
path: prod
endpoint: https://nbg1.your-objectstorage.com
sync-interval: 24h
snapshot-interval: 24h
retention: 168h # 1 week
+1 -1
View File
@@ -63,7 +63,7 @@ SQLite extensions loaded at runtime: `unicode`, `vec0` (vector search).
### Litestream (continuous)
Configured in `config/litestream.yaml`. Runs as a separate Docker Compose service
Configured inline in `compose.yaml`. Runs as a separate Docker Compose service
(`litestream/litestream`) sharing the database volume.
| Setting | Value |