Merge branch 'main' into feat/document-labels

This commit is contained in:
aaldebs99 2025-06-19 11:56:36 -07:00 committed by GitHub
commit 72ca8032a7
2 changed files with 5 additions and 4 deletions

3
.gitignore vendored
View File

@ -5,5 +5,6 @@ node_modules/
assets/
frontend/dist/
.claude/
uploads/
readur_uploads/
readur_watch/
test-results/

View File

@ -61,10 +61,10 @@ services:
volumes:
# Persistent storage for uploads
- readur_uploads:/app/uploads
- ./readur_uploads:/app/uploads
# Watch folder - can be mapped to a host directory
- ./watch:/app/watch
- ./readur_watch:/app/watch
# Or use a named volume for watch folder
# - readur_watch:/app/watch
@ -97,4 +97,4 @@ services:
volumes:
postgres_data:
readur_uploads:
readur_watch:
readur_watch: