version: "3"

services:

  rabbitmq:
    image: rabbitmq:3.6.11
    ports:
      - "5672:5672"
    env_file:
      - .env
