Skip to content

Commit

Permalink
Remove redis-cache volume
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfateh authored Jan 25, 2025
1 parent 23adfd3 commit 79681a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions overrides/compose.redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@ services:

redis-cache:
image: redis:6.2-alpine
volumes:
- redis-cache-data:/data

redis-queue:
image: redis:6.2-alpine
volumes:
- redis-queue-data:/data

volumes:
redis-cache-data:
redis-queue-data:
3 changes: 0 additions & 3 deletions pwd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ services:
deploy:
restart_policy:
condition: on-failure
volumes:
- redis-cache-data:/data

scheduler:
image: frappe/erpnext:v15.49.3
Expand Down Expand Up @@ -210,7 +208,6 @@ services:
volumes:
db-data:
redis-queue-data:
redis-cache-data:
sites:
logs:

Expand Down

0 comments on commit 79681a4

Please sign in to comment.