fix: celery
This commit is contained in:
parent
05680cd235
commit
977984baf5
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user