diff --git a/config/litestream.yaml b/config/litestream.yaml deleted file mode 100644 index d2ad6662..00000000 --- a/config/litestream.yaml +++ /dev/null @@ -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 diff --git a/docs/production-infrastructure.md b/docs/production-infrastructure.md index f480ddd3..ac662446 100644 --- a/docs/production-infrastructure.md +++ b/docs/production-infrastructure.md @@ -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 |