chore(): some optimizations
This commit is contained in:
@@ -106,7 +106,10 @@ services:
|
||||
- lotty-backend:latest
|
||||
pull: true
|
||||
entrypoint: ["/bin/sh", "-c"]
|
||||
command: ["celery -A config worker -l INFO"]
|
||||
command:
|
||||
[
|
||||
"celery -A config worker -l INFO --concurrency=${CELERY_WORKER_CONCURRENCY:-8}",
|
||||
]
|
||||
depends_on:
|
||||
valkey:
|
||||
restart: false
|
||||
|
||||
Reference in New Issue
Block a user