Skip to content

Commit 3652e5c

Browse files
committed
Redis Insight 1.x with a volume for my prefs
1 parent 90cc9a5 commit 3652e5c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docker-compose.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
version: '3.7'
2+
3+
# re-use of Redis Insight preferences from a pre-created volume
4+
volumes:
5+
ri:
6+
name: redisinsight
7+
external: true
8+
29
services:
310

11+
ri:
12+
image: redislabs/redisinsight
13+
volumes:
14+
- ri:/db
15+
ports:
16+
- "8001:8001"
17+
networks:
18+
- redis-microservices-network
19+
depends_on:
20+
- app-redis
21+
# links:
22+
# - redis:redis
23+
424
app-redis:
525
# build:
626
# context: ./redis-server

0 commit comments

Comments
 (0)