Remove redis-cache volume (#1555)

* Remove redis-cache volume

* remove from docs

* ci: fix pre-commit

---------

Co-authored-by: Revant Nandgaonkar <revant.one@gmail.com>
This commit is contained in:
Salah Aldin Fateh
2025-01-27 08:40:14 +03:00
committed by GitHub
parent 23adfd300f
commit bcb203551a
4 changed files with 1 additions and 10 deletions

View File

@@ -175,8 +175,6 @@ services:
deploy:
restart_policy:
condition: on-failure
volumes:
- redis-cache-data:/data
scheduler:
image: frappe/erpnext:v15
@@ -207,7 +205,6 @@ services:
volumes:
db-data:
redis-queue-data:
redis-cache-data:
sites:
logs:
```