mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 08:55:08 +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:
|
redis-cache:
|
||||||
image: redis:6.2-alpine
|
image: redis:6.2-alpine
|
||||||
volumes:
|
|
||||||
- redis-cache-data:/data
|
|
||||||
|
|
||||||
redis-queue:
|
redis-queue:
|
||||||
image: redis:6.2-alpine
|
image: redis:6.2-alpine
|
||||||
|
|
@ -18,5 +16,4 @@ services:
|
||||||
- redis-queue-data:/data
|
- redis-queue-data:/data
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
redis-cache-data:
|
|
||||||
redis-queue-data:
|
redis-queue-data:
|
||||||
|
|
|
||||||
3
pwd.yml
3
pwd.yml
|
|
@ -176,8 +176,6 @@ services:
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
volumes:
|
|
||||||
- redis-cache-data:/data
|
|
||||||
|
|
||||||
scheduler:
|
scheduler:
|
||||||
image: frappe/erpnext:v15.49.3
|
image: frappe/erpnext:v15.49.3
|
||||||
|
|
@ -210,7 +208,6 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
db-data:
|
db-data:
|
||||||
redis-queue-data:
|
redis-queue-data:
|
||||||
redis-cache-data:
|
|
||||||
sites:
|
sites:
|
||||||
logs:
|
logs:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue