Redis version freeze note for docker deployment
This commit is contained in:
parent
2c2273d15b
commit
e1bf9dce52
@ -18,6 +18,7 @@ version: '3.0'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
# Redis cluster
|
# Redis cluster
|
||||||
|
# The latest version of Redis compatible with ThingsBoard is 7.2
|
||||||
redis-node-0:
|
redis-node-0:
|
||||||
image: bitnami/redis-cluster:7.2
|
image: bitnami/redis-cluster:7.2
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@ -18,6 +18,7 @@ version: '3.0'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
# Redis sentinel
|
# Redis sentinel
|
||||||
|
# The latest version of Redis compatible with ThingsBoard is 7.2
|
||||||
redis-master:
|
redis-master:
|
||||||
image: 'bitnami/redis:7.2'
|
image: 'bitnami/redis:7.2'
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@ -18,6 +18,7 @@ version: '3.0'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
# Redis standalone
|
# Redis standalone
|
||||||
|
# The latest version of Redis compatible with ThingsBoard is 7.2
|
||||||
redis:
|
redis:
|
||||||
restart: always
|
restart: always
|
||||||
image: bitnami/redis:7.2
|
image: bitnami/redis:7.2
|
||||||
|
|||||||
@ -18,6 +18,7 @@ version: '3.0'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
# Redis standalone
|
# Redis standalone
|
||||||
|
# The latest version of Redis compatible with ThingsBoard is 7.2
|
||||||
redis:
|
redis:
|
||||||
restart: always
|
restart: always
|
||||||
image: bitnami/redis:7.2
|
image: bitnami/redis:7.2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user