2024-06-18 22:41:03 -04:00
|
|
|
services:
|
|
|
|
insight:
|
|
|
|
profiles:
|
|
|
|
- insight
|
|
|
|
container_name: incoviba_insight
|
|
|
|
image: redis/redisinsight:latest
|
|
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
|
|
- redisinsight:/data
|
|
|
|
ports:
|
2024-07-26 23:15:48 -04:00
|
|
|
- "${INSIGHT_PORT:-5540}:5540"
|
2024-06-18 22:41:03 -04:00
|
|
|
|
|
|
|
volumes:
|
|
|
|
redisinsight: {}
|