mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-03 11:05:58 +00:00
12 lines
217 B
Docker
12 lines
217 B
Docker
FROM rabbitmq:3.13.3-management
|
|
|
|
LABEL maintainer="Lion Li"
|
|
|
|
ADD ./rabbitmq_delayed_message_exchange-3.13.0.ez /plugins
|
|
|
|
RUN rabbitmq-plugins enable rabbitmq_delayed_message_exchange
|
|
|
|
ENTRYPOINT ["rabbitmq-server"]
|
|
|
|
|