Working default workflow (file -> celery -> redis -> worker)
This commit is contained in:
@@ -59,6 +59,7 @@ services:
|
||||
- PYTHONPATH=/app
|
||||
volumes:
|
||||
- ./src/worker:/app
|
||||
- ./src/file-processor/app:/app/app # <- Added: shared access file-processor app
|
||||
- ./volumes/watched_files:/watched_files
|
||||
depends_on:
|
||||
- redis
|
||||
|
||||
Reference in New Issue
Block a user