Files
torsearch/deploy.compose.yml

13 lines
347 B
YAML
Executable File

services:
php:
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