activated persistente storage for redis
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user