mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
test: add rabbitMQ integration test (#29)
* added integration test dependencies * added rabbitMQ use case integration test * configured rabbitMQ integration test URI * fix typo, configured integration test pipeline
This commit is contained in:
10
integration_test/docker-compose.yml
Normal file
10
integration_test/docker-compose.yml
Normal file
@ -0,0 +1,10 @@
|
||||
version: "3.9"
|
||||
services:
|
||||
rabbitmq:
|
||||
image: rabbitmq:3-alpine
|
||||
container_name: 'rabbitmq'
|
||||
ports:
|
||||
- 5672:5672
|
||||
environment:
|
||||
- RABBITMQ_DEFAULT_USER=integration
|
||||
- RABBITMQ_DEFAULT_PASS=integration
|
Reference in New Issue
Block a user