From ffe3cb0bdec85de86c5ac0ec6abb1ac949509219 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 27 Jan 2024 10:52:48 +0700 Subject: [PATCH] add redis instance reuse warning --- mkdocs/docs/installation/docker-compose.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mkdocs/docs/installation/docker-compose.md b/mkdocs/docs/installation/docker-compose.md index 33f4c48..5606547 100644 --- a/mkdocs/docs/installation/docker-compose.md +++ b/mkdocs/docs/installation/docker-compose.md @@ -89,6 +89,10 @@ Should you need to change the port for Elasticsearch to for example `9500`, foll - For the Tube Archivist container, change the `ES_URL` environment variable, e.g. `ES_URL=http://archivist-es:9500` ## Redis + +!!! note + You most likely can't use the same Redis instance between other services, especially if they also use Celery as a task scheduler. + Functions as a cache and temporary link between the application and the file system. Used to store and display messages and configuration variables. - Needs to be accessible over the default port `6379`