Removes unused config/litestream.yml
This commit is contained in:
@@ -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
|
|
||||||
@@ -63,7 +63,7 @@ SQLite extensions loaded at runtime: `unicode`, `vec0` (vector search).
|
|||||||
|
|
||||||
### Litestream (continuous)
|
### 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.
|
(`litestream/litestream`) sharing the database volume.
|
||||||
|
|
||||||
| Setting | Value |
|
| Setting | Value |
|
||||||
|
|||||||
Reference in New Issue
Block a user