fix: DownloadRepository

This commit is contained in:
2025-04-23 18:19:06 -05:00
parent 27164a8680
commit d8e8c7f0f0
2 changed files with 7 additions and 1 deletions

View File

@@ -17,6 +17,12 @@ services:
volumes:
- ./:/var/www
worker:
build: .
volumes:
- ./:/var/www
command: php ./bin/console messenger:consume async -vvv --time-limit=3600 --limit=10
database:
image: mariadb:10.11.2
ports: