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