fix: updates docker version in example

This commit is contained in:
2025-05-20 15:19:11 -05:00
parent 3074b2d5f1
commit a2a1154a22

View File

@@ -3,7 +3,7 @@ services:
# base container. If not running behind a reverse proxy,
# inject your SSL certificates into this container
app:
image: code.caldwell.digital/home/torsearch:0.14.5-app
image: code.caldwell.digital/home/torsearch:0.14.8-app
ports:
- "8006:80"
env_file:
@@ -20,7 +20,7 @@ services:
# This container runs a Symfony worker process.
# See: https://symfony.com/doc/current/messenger.html
worker:
image: code.caldwell.digital/home/torsearch:0.14.5-worker
image: code.caldwell.digital/home/torsearch:0.14.8-worker
volumes:
- ./downloads/movies:/var/download/movies
- ./downloads/tvshows:/var/download/tvshows
@@ -37,7 +37,7 @@ services:
# This container runs a Symfony worker process.
# See: https://symfony.com/doc/current/messenger.html
scheduler:
image: code.caldwell.digital/home/torsearch:0.14.5-worker
image: code.caldwell.digital/home/torsearch:0.14.8-worker
volumes:
- ./downloads:/var/download
command: php ./bin/console messenger:consume scheduler_monitor -vv --time-limit=3600