Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 825 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 825 Bytes

RabbitMQ images for OroCommerce

Image pulls

✨ Features

🐳 Supported tags

  • Image size (3.8)

🚀 Usage

services:
# [...]
  rabbitmq:
    image: ajardin/orocommerce-rabbitmq:3.8
    ports:
      - "15672:15672"
    volumes:
      - rabbitmq:/var/lib/rabbitmq
    tty: true
# [...]
volumes:
  rabbitmq: {}