Skip to content

shgonzalez/redisdb_lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

redisdb_lab

Docker compose file for redis and redis insight, graphical user interface for redis. In this configuration, Redis Insight is reachable from the outside of the Docker host, just make sure your firewall has opened the 8001 port.

diagram

Start containers:

docker-compose up -d 

Optional, add database using API

curl -X POST -H 'Content-Type: application/json' --data '@myredisdb.json' http://localhost:8001/api/instance/

You can navigate to http://localhost:8001 and add your redis databases

Releases

No releases published

Packages

No packages published