Merge branch 'main' into feat/document-labels
This commit is contained in:
commit
72ca8032a7
|
|
@ -5,5 +5,6 @@ node_modules/
|
|||
assets/
|
||||
frontend/dist/
|
||||
.claude/
|
||||
uploads/
|
||||
readur_uploads/
|
||||
readur_watch/
|
||||
test-results/
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue