2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-27 21:26:43 +00:00

Add note about redis config

This commit is contained in:
Matthias Mair 2022-06-10 21:47:48 +02:00
parent 2b33bd34c9
commit 7b86e48810
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -75,6 +75,10 @@ Redis is used as cache storage for the InvenTree server.
This container uses the official [redis image](https://hub.docker.com/_/redis).
!!! info "Redis on Docker"
Docker adds an additional network layer - that might lead to lower performance than bare metal.
To optimise and configure your redis deployment follow the [official docker guide](https://redis.io/docs/stack/get-started/install/docker/#configuration).
### Data Volume
InvenTree stores any persistent data (e.g. uploaded media files, database data, etc) in a [volume](https://docs.docker.com/storage/volumes/) which is mapped to a local system directory. The location of this directory must be configured in the `.env` file, specified using the `INVENTREE_EXT_VOLUME` variable.