Skip to content

Commit

Permalink
chore: Allow test to run from host machine
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin authored Mar 28, 2022
1 parent fd88fd8 commit 5cb7fc6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,13 @@ services:
- "5432:5432"

redis:
image: redis:5.0-alpine
image: bitnami/redis:6.2
environment:
- REDIS_PASSWORD=passw0rd
volumes:
- redis_data:/data
ports:
- "16379:6379"

rabbitmq:
image: rabbitmq:3.8-alpine
Expand All @@ -179,6 +183,8 @@ services:
memcached:
image: memcached:alpine
command: memcached -m 64
ports:
- "11211:11211"

zookeeper:
image: confluentinc/cp-zookeeper:latest
Expand Down

0 comments on commit 5cb7fc6

Please sign in to comment.