Skip to content

Commit

Permalink
#1039 Redis for the integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Oct 30, 2022
1 parent 0b49821 commit 3b9df02
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions compose/docker-compose-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ services:
ports:
- "5432"

redis:
image: redis/redis-stack:6.2.4-v3
ports:
- "6379:6379"
- "8001:8001"

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.15.2
ports:
Expand Down

0 comments on commit 3b9df02

Please sign in to comment.