I can put a new file and create the associated pdf
This commit is contained in:
@@ -40,6 +40,8 @@ services:
|
||||
- ./src/worker/tasks:/app/tasks # <- Added: shared access to worker tasks
|
||||
- ./volumes/watched_files:/watched_files
|
||||
- ./volumes/objects:/objects
|
||||
- ./volumes/errors:/errors
|
||||
- ./volumes/ignored:/ignored
|
||||
depends_on:
|
||||
- redis
|
||||
- mongodb
|
||||
@@ -62,6 +64,8 @@ services:
|
||||
- ./src/file-processor/app:/app/app # <- Added: shared access file-processor app
|
||||
- ./volumes/watched_files:/watched_files
|
||||
- ./volumes/objects:/objects
|
||||
- ./volumes/errors:/errors
|
||||
- ./volumes/ignored:/ignored
|
||||
depends_on:
|
||||
- redis
|
||||
- mongodb
|
||||
|
||||
Reference in New Issue
Block a user