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: 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:

View File

@ -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:

View File

@ -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

View File

@ -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