fix: DownloadRepository
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user