Compare commits

...

2 Commits

Author SHA1 Message Date
Simon ffe3cb0bde
add redis instance reuse warning 2024-01-27 10:52:48 +07:00
Simon 43313ce17c
bump requirements 2024-01-27 10:52:29 +07:00
2 changed files with 6 additions and 2 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`

View File

@ -1,4 +1,4 @@
cairosvg==2.7.1
mkdocs==1.5.3
mkdocs-material==9.5.2
pillow==10.1.0
mkdocs-material==9.5.5
pillow==10.2.0