2024-06-18
This commit is contained in:
14
redisinsight.compose.yml
Normal file
14
redisinsight.compose.yml
Normal file
@ -0,0 +1,14 @@
|
||||
services:
|
||||
insight:
|
||||
profiles:
|
||||
- insight
|
||||
container_name: incoviba_insight
|
||||
image: redis/redisinsight:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- redisinsight:/data
|
||||
ports:
|
||||
- "5540:5540"
|
||||
|
||||
volumes:
|
||||
redisinsight: {}
|
Reference in New Issue
Block a user