From 4882005d94f5aea928539db68125d92099035e5c Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Mon, 8 Aug 2022 12:49:22 +0200
Subject: [PATCH] drupal/development/eca#1 Disable Redis for D4D

---
 docs/composer/plugin/d4d/index.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/docs/composer/plugin/d4d/index.md b/docs/composer/plugin/d4d/index.md
index b058552..480da94 100644
--- a/docs/composer/plugin/d4d/index.md
+++ b/docs/composer/plugin/d4d/index.md
@@ -321,6 +321,20 @@ docker4drupal:
     - domain2.example.com
 ```
 
+#### Disable Redis
+
+By default, D4D enables Redis on all stages. To turn this off, put the following environment variables into you `.lakedrops.yml` file:
+
+```yaml
+docker4drupal:
+  docker-compose.yml:
+    services:
+      php:
+        environment:
+          PHP_FPM_CLEAR_ENV: no
+          L3D_DISABLE_REDIS: yes
+```
+
 ## Tipps & Tricks
 
 ### Some notes about localhost subdomains
-- 
GitLab