From a5c02464dfa92852205b53546e846bd00ef2f25a Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Wed, 23 Apr 2025 17:03:14 -0500 Subject: [PATCH] fix: adds download workers --- deploy.compose.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deploy.compose.yml b/deploy.compose.yml index 4de0ec6..d2ac421 100755 --- a/deploy.compose.yml +++ b/deploy.compose.yml @@ -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 \ No newline at end of file