fix: updates docker version in example
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
|||||||
# base container. If not running behind a reverse proxy,
|
# base container. If not running behind a reverse proxy,
|
||||||
# inject your SSL certificates into this container
|
# inject your SSL certificates into this container
|
||||||
app:
|
app:
|
||||||
image: code.caldwell.digital/home/torsearch:0.14.5-app
|
image: code.caldwell.digital/home/torsearch:0.14.8-app
|
||||||
ports:
|
ports:
|
||||||
- "8006:80"
|
- "8006:80"
|
||||||
env_file:
|
env_file:
|
||||||
@@ -20,7 +20,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:0.14.5-worker
|
image: code.caldwell.digital/home/torsearch:0.14.8-worker
|
||||||
volumes:
|
volumes:
|
||||||
- ./downloads/movies:/var/download/movies
|
- ./downloads/movies:/var/download/movies
|
||||||
- ./downloads/tvshows:/var/download/tvshows
|
- ./downloads/tvshows:/var/download/tvshows
|
||||||
@@ -37,7 +37,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:0.14.5-worker
|
image: code.caldwell.digital/home/torsearch:0.14.8-worker
|
||||||
volumes:
|
volumes:
|
||||||
- ./downloads:/var/download
|
- ./downloads:/var/download
|
||||||
command: php ./bin/console messenger:consume scheduler_monitor -vv --time-limit=3600
|
command: php ./bin/console messenger:consume scheduler_monitor -vv --time-limit=3600
|
||||||
|
|||||||
Reference in New Issue
Block a user