fix: maps volume correctly

This commit is contained in:
2025-04-23 22:20:23 -05:00
parent 5c5937d01f
commit 7d84e13a40

View File

@@ -9,7 +9,7 @@ services:
worker:
image: registry.caldwell.digital/home/torsearch/app:${TAG}
volumes:
- /mnt/media/downloads:/dl
- /mnt/media/downloads:/var/download
command: php ./bin/console messenger:consume async -v --time-limit=3600 --limit=10
deploy:
replicas: 2