Redis version freeze note for docker deployment
This commit is contained in:
		
							parent
							
								
									2c2273d15b
								
							
						
					
					
						commit
						e1bf9dce52
					
				@ -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:
 | 
			
		||||
 | 
			
		||||
@ -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:
 | 
			
		||||
 | 
			
		||||
@ -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
 | 
			
		||||
 | 
			
		||||
@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user