You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	update redis-stack
This commit is contained in:
		| @@ -1,13 +1,17 @@ | ||||
| # | ||||
| # https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/docker/ | ||||
| # | ||||
|  | ||||
| version: "3.8" | ||||
| services: | ||||
|   redis-stack: | ||||
|     image: redis/redis-stack-server:7.4.0-v0 | ||||
|     image: redis/redis-stack-server:7.4.0-v2 | ||||
|     ports: | ||||
|       - "6379:6379" | ||||
|       - "8001:8001" | ||||
|     volumes: | ||||
|       - ./data:/data | ||||
|     environment: | ||||
|       REDIS_ARGS: "--save 900 1" | ||||
|       REDIS_ARGS: "--requirepass secret --save 900 1 --appendonly yes" | ||||
|       REDISTIMESERIES_ARGS: "RETENTION_POLICY=20" | ||||
|     restart: unless-stopped | ||||
|   | ||||
		Reference in New Issue
	
	Block a user