refactoring worker file location

This commit is contained in:
msramalho
2024-10-22 13:01:24 +01:00
parent b013e2a173
commit ec93df98fa
10 changed files with 9 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ services:
worker:
<<: *base-setup
command: celery --app=worker.celery worker --loglevel=info --logfile=logs/celery.log
command: celery --app=worker.main.celery worker --loglevel=info --logfile=logs/celery.log
volumes:
- ./src:/app
- /var/run/docker.sock:/var/run/docker.sock