activated persistente storage for redis
This commit is contained in:
parent
c68b7d3cf5
commit
ec8e5e47a4
@ -35,6 +35,7 @@ services:
|
|||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:4
|
image: redis:4
|
||||||
|
command: ["redis-server", "--appendonly", "yes"]
|
||||||
volumes:
|
volumes:
|
||||||
- redis-data:/data
|
- redis-data:/data
|
||||||
networks:
|
networks:
|
||||||
@ -44,6 +45,7 @@ services:
|
|||||||
|
|
||||||
redis-legacy:
|
redis-legacy:
|
||||||
image: redis:3
|
image: redis:3
|
||||||
|
command: ["redis-server", "--appendonly", "yes"]
|
||||||
volumes:
|
volumes:
|
||||||
- redis-legacy-data:/data
|
- redis-legacy-data:/data
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user