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