From 64b7d4c963dddc1d201f2671f887876f57da7b2b Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Wed, 21 May 2025 16:40:51 -0500 Subject: [PATCH] fix: example compose --- docs/examples/compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/examples/compose.yml b/docs/examples/compose.yml index 12916f1..da21861 100644 --- a/docs/examples/compose.yml +++ b/docs/examples/compose.yml @@ -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