version: '2'
services:
  rabbitmq:
    image: rabbitmq:3.6.2-management
    ports:
    - 5672:5672
    - 15672:15672
