Re-added accidentally removed command from docker-compose.yaml

This commit is contained in:
2025-05-12 13:56:04 +01:00
parent b45a034efa
commit a413713885

View File

@@ -116,6 +116,7 @@ services:
db: db:
condition: service_started condition: service_started
worker: worker:
command: "celery -A invenio_app.celery worker --beat --events --loglevel=WARNING"
build: build:
context: . context: .
networks: networks: