Add optional bookdrop volume and .gitignore entry

Document an optional 'bookdrop' host folder in docker-compose.yml with a commented example volume mount for the Manual Import (Admin → audiobook → Manual Import) file picker, and add /bookdrop to .gitignore so local bookdrop mounts are not tracked.
This commit is contained in:
kikootwo
2026-02-27 09:41:48 -05:00
parent 547af71de8
commit d9ccbfef5c
2 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -53,4 +53,5 @@ next-env.d.ts
/redis
/pgdata
/test-media
/test-data
/test-data
/bookdrop
+5
View File
@@ -17,6 +17,11 @@ services:
- ./downloads:/downloads
- ./media:/media
# Book Drop: optional folder for Manual Import (Admin → audiobook → Manual Import)
# Map any host folder here and it will appear as a browsable root in the file picker.
# Example: - /path/to/your/audiobooks:/bookdrop
# - ./bookdrop:/bookdrop
# PostgreSQL data persistence
- ./pgdata:/var/lib/postgresql/data