version: '3'
services:
  itavy-mq-router-rabbitmq:
    build:
      context: ./test/Docker/RabbitMQ
      dockerfile: Dockerfile
    ports:
      - "5672:5672"
      - "15672:15672"
