Create Environnement to work on redis cache

This commit is contained in:
MathieuHa
2022-10-16 20:47:29 +02:00
parent 552b30a9ef
commit 781a83465e
4 changed files with 118 additions and 1 deletions
+7 -1
View File
@@ -216,9 +216,15 @@ We configure the middleware to trust as well the IP:
To run the environnement run:
```bash
make run_behind_proxy
make run_behindproxy
```
2. With Redis as an external shared cache
To run the demo environnement run:
```bash
make run_cacheredis
```
### About