Skip to content

Commit

Permalink
Remove redis-cache volume (#1555)
Browse files Browse the repository at this point in the history
* Remove redis-cache volume

* remove from docs

* ci: fix pre-commit

---------

Co-authored-by: Revant Nandgaonkar <[email protected]>
  • Loading branch information
sdfateh and revant authored Jan 27, 2025
1 parent 23adfd3 commit bcb2035
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
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:
2 changes: 1 addition & 1 deletion overrides/compose.traefik-ssl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
traefik:
labels:
# https-redirect middleware to redirect HTTP to HTTPS
# It can be re-used by other stacks in other Docker Compose files
# It can be reused by other stacks in other Docker Compose files
- traefik.http.middlewares.https-redirect.redirectscheme.scheme=https
- traefik.http.middlewares.https-redirect.redirectscheme.permanent=true
# traefik-http to use the middleware to redirect to https
Expand Down
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 bcb2035

Please sign in to comment.