fix: example compose

This commit is contained in:
2025-05-21 16:40:51 -05:00
parent 9eb7079ea6
commit 64b7d4c963

View File

@@ -14,7 +14,7 @@ services:
# This container runs the actual web app in a php:8.4-fpm
# base container.
app:
image: code.caldwell.digital/home/torsearch-app:0.14.9
image: code.caldwell.digital/home/torsearch-app:latest
env_file:
- .env
depends_on:
@@ -29,7 +29,7 @@ services:
# This container runs a Symfony worker process.
# See: https://symfony.com/doc/current/messenger.html
worker:
image: code.caldwell.digital/home/torsearch-worker:0.14.9
image: code.caldwell.digital/home/torsearch-worker:latest
volumes:
- /mnt/media/downloads/movies:/var/download/movies
- /mnt/media/downloads/tvshows:/var/download/tvshows
@@ -46,7 +46,7 @@ services:
# This container runs a Symfony worker process.
# See: https://symfony.com/doc/current/messenger.html
scheduler:
image: code.caldwell.digital/home/torsearch-scheduler:0.14.9
image: code.caldwell.digital/home/torsearch-scheduler:latest
volumes:
- ./downloads:/var/download
command: -vv --time-limit=3600