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 0fc948293a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

3
.gitignore vendored
View File

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

View File

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