fix: celery

This commit is contained in:
f 2025-02-06 18:03:23 -03:00
parent 05680cd235
commit 977984baf5

View File

@ -88,7 +88,12 @@ services:
target: /docker-entrypoint.sh
mode: 0555
entrypoint: /docker-entrypoint.sh
command: celery -A funkwhale_api.taskapp worker -l INFO
command:
- celery
- --app=funkwhale_api.taskapp
- worker
- --loglevel=${LOGLEVEL}
- --concurrency=${CELERYD_CONCURRENCY:-0}
networks:
- internal