summaryrefslogtreecommitdiff
path: root/tests/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/docker-compose.yaml')
-rw-r--r--tests/docker-compose.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/docker-compose.yaml b/tests/docker-compose.yaml
index fd1a48bf..67d5476b 100644
--- a/tests/docker-compose.yaml
+++ b/tests/docker-compose.yaml
@@ -4,4 +4,8 @@ services:
memcached:
image: memcached:latest
ports:
- - "0.0.0.0:11211:11211" \ No newline at end of file
+ - "0.0.0.0:11211:11211"
+ redis:
+ image: redis:6
+ ports:
+ - "6379:6379"