Added redis integration.

This commit is contained in:
mikestefanello 2021-12-05 20:56:38 -05:00
parent 5e384c8a4e
commit bccb538d19
5 changed files with 72 additions and 5 deletions

7
docker-compose.yml Normal file
View file

@ -0,0 +1,7 @@
version: "3"
services:
redis:
image: "redis:alpine"
ports:
- "6379:6379"