Redis version freeze note for docker deployment

This commit is contained in:
pon0marev 2024-06-10 14:43:50 +03:00
parent 2c2273d15b
commit e1bf9dce52
4 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,7 @@ version: '3.0'
services:
# Redis cluster
# The latest version of Redis compatible with ThingsBoard is 7.2
redis-node-0:
image: bitnami/redis-cluster:7.2
volumes:

View File

@ -18,6 +18,7 @@ version: '3.0'
services:
# Redis sentinel
# The latest version of Redis compatible with ThingsBoard is 7.2
redis-master:
image: 'bitnami/redis:7.2'
volumes:

View File

@ -18,6 +18,7 @@ version: '3.0'
services:
# Redis standalone
# The latest version of Redis compatible with ThingsBoard is 7.2
redis:
restart: always
image: bitnami/redis:7.2

View File

@ -18,6 +18,7 @@ version: '3.0'
services:
# Redis standalone
# The latest version of Redis compatible with ThingsBoard is 7.2
redis:
restart: always
image: bitnami/redis:7.2