Added redis integration.
This commit is contained in:
parent
5e384c8a4e
commit
bccb538d19
5 changed files with 72 additions and 5 deletions
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
redis:
|
||||
image: "redis:alpine"
|
||||
ports:
|
||||
- "6379:6379"
|
||||
Loading…
Add table
Add a link
Reference in a new issue