2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

Adds redis support to production docker-compose (#3171)

* Adds a redis container to the production docker-compose script

* Fix ports
This commit is contained in:
Oliver
2022-06-10 20:16:19 +10:00
committed by GitHub
parent 79f498a648
commit d9efe27f8a
2 changed files with 19 additions and 1 deletions

View File

@ -34,6 +34,11 @@ INVENTREE_DB_PORT=5432
#INVENTREE_DB_USER=pguser
#INVENTREE_DB_PASSWORD=pgpassword
# Redis cache setup
# Refer to settings.py for other cache options
INVENTREE_CACHE_HOST=inventree-cache
INVENTREE_CACHE_PORT=6379
# Enable plugins?
INVENTREE_PLUGINS_ENABLED=False