mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
Remove redis-cache volume
This commit is contained in:
parent
23adfd300f
commit
79681a4f31
2 changed files with 0 additions and 6 deletions
|
|
@ -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:
|
||||
|
|
|
|||
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