fix: adds download workers

This commit is contained in:
2025-04-23 17:03:14 -05:00
parent 35db1ad6fd
commit a5c02464df

View File

@@ -3,3 +3,11 @@ services:
image: registry.caldwell.digital/home/torsearch/app:${TAG}
ports:
- "8001:80"
worker:
image: registry.caldwell.digital/home/torsearch/app:${TAG}
volumes:
- /mnt/media/downloads:/dl
command: php ./bin/console messenger:consume async -vvv --time-limit=3600 --limit=10
deploy:
replicas: 2