add redis instance reuse warning

This commit is contained in:
Simon 2024-01-27 10:52:48 +07:00
parent 43313ce17c
commit ffe3cb0bde
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 4 additions and 0 deletions

View File

@ -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`