2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

Enable redis by default for docker setup (#8501)

* Enable redis by default for docker setup

* Bring cache up before server
This commit is contained in:
Oliver
2024-11-17 00:14:30 +11:00
committed by GitHub
parent 88bb06e75a
commit 33a686ace8
2 changed files with 5 additions and 6 deletions

View File

@ -71,6 +71,7 @@ services:
- 8000
depends_on:
- inventree-db
- inventree-cache
env_file:
- .env
volumes: