chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
|
||||
|
||||
version: '3.5'
|
||||
|
||||
services:
|
||||
|
||||
redis:
|
||||
image: redis/redis-stack-server:latest
|
||||
container_name: redis-standalone
|
||||
ports:
|
||||
- 6379:6379
|
||||
restart: always
|
||||
environment:
|
||||
- "REDIS_ARGS=--enable-debug-command yes --enable-module-command yes"
|
||||
volumes:
|
||||
- redis_data:/data
|
||||
|
||||
volumes:
|
||||
redis_data:
|
||||
driver: local
|
||||
Reference in New Issue
Block a user