Skip to content

Commit

Permalink
Added Redis to Rabbit
Browse files Browse the repository at this point in the history
  • Loading branch information
yourkin committed Aug 25, 2023
1 parent fb5a9b7 commit 10f6420
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docker-compose-rmq.yml → docker-compose.rabbitmq-redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ services:
networks:
- ex_back_shared_network

redis:
image: "redis"
ports:
- "6379:6379"
networks:
- ex_back_shared_network

networks:
ex_back_shared_network:
external: true
external: true

0 comments on commit 10f6420

Please sign in to comment.