Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.78 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.78 KB

RabbitMQ

Description

Extends official RabbitMQ image to compile with HiPE (High performance Erlang) enabled in order to increase performance.

  • Based on: Official RabbitMQ 3.7.14 and Alpine 3.8
  • HiPE (High performance Erlang) is enabled in order to significantly increase performance in runtime.
  • A non-recent version of RabbitMQ (3.7.14) is used due to fact RabbitMQ 3.7.15+ uses Erlang 22 without HiPE support.

Note: Provided images require additional configuration for development, staging and production use.

Tags

Tag RabbitMQ version Details Dockerfile
spryker/rabbitmq:latest 3.7.14 🔗
spryker/rabbitmq:3.7.14 3.7.14 🔗

How to use

Pull image

$ docker pull spryker/rabbitmq:3.7.14

Dockerfile

FROM spryker/rabbitmq:3.7.14

docker-compose.yml

broker:
    image: spryker/rabbitmq:3.7.14

More information