Remove redis-cache volume

This commit is contained in:
Salah Aldin Fateh 2025-01-25 20:38:46 +03:00 committed by GitHub
parent 23adfd300f
commit 79681a4f31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 6 deletions

View file

@ -9,8 +9,6 @@ services:
redis-cache:
image: redis:6.2-alpine
volumes:
- redis-cache-data:/data
redis-queue:
image: redis:6.2-alpine
@ -18,5 +16,4 @@ services:
- redis-queue-data:/data
volumes:
redis-cache-data:
redis-queue-data:

View file

@ -176,8 +176,6 @@ services:
deploy:
restart_policy:
condition: on-failure
volumes:
- redis-cache-data:/data
scheduler:
image: frappe/erpnext:v15.49.3
@ -210,7 +208,6 @@ services:
volumes:
db-data:
redis-queue-data:
redis-cache-data:
sites:
logs: