feat(storage): implement NAS content storage with read/write capabilities
Build and Push Reader API Image / docker (push) Successful in 1m3s
Build and Push Reader API Image / docker (push) Successful in 1m3s
feat(docker): configure NAS content and EPUB source directories in docker-compose feat(migrations): add tables for SourceAsset, ImportJob, ChapterContentRef, and AssetNovelMapping feat(scripts): create backfill script for populating ChapterContentRef from MongoDB chapters
This commit is contained in:
+6
-1
@@ -11,4 +11,9 @@ build/
|
||||
.env
|
||||
.env.local
|
||||
# Local debug/test scripts
|
||||
test_*.py
|
||||
test_*.py
|
||||
|
||||
# Local NAS mount test data
|
||||
data/epub-source/*
|
||||
data/content/*
|
||||
data/nas-content/*
|
||||
|
||||
Reference in New Issue
Block a user