mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 22:25:09 +00:00
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:
parent
23adfd300f
commit
bcb203551a
4 changed files with 1 additions and 10 deletions
|
|
@ -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:
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
3
pwd.yml
3
pwd.yml
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue