fix: rolling updates & lowers verbosity of worker process
This commit is contained in:
@@ -3,11 +3,13 @@ services:
|
||||
image: registry.caldwell.digital/home/torsearch/app:${TAG}
|
||||
ports:
|
||||
- "8001:80"
|
||||
deploy:
|
||||
replicas: 2
|
||||
|
||||
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
|
||||
command: php ./bin/console messenger:consume async -v --time-limit=3600 --limit=10
|
||||
deploy:
|
||||
replicas: 2
|
||||
Reference in New Issue
Block a user