Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redis-cache volume #1555

Merged
merged 3 commits into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docs/setup_for_linux_mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ services:
deploy:
restart_policy:
condition: on-failure
volumes:
- redis-cache-data:/data

scheduler:
image: frappe/erpnext:v15
Expand Down Expand Up @@ -207,7 +205,6 @@ services:
volumes:
db-data:
redis-queue-data:
redis-cache-data:
sites:
logs:
```
Expand Down
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
Loading