Working default workflow (file -> celery -> redis -> worker)

This commit is contained in:
2025-09-22 22:45:37 +02:00
parent 34f7854b3c
commit 010ef56f63
8 changed files with 68 additions and 220 deletions

View File

@@ -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