mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-24 03:18:35 +08:00
add 新增 rabbitmq docker编排 包含延迟插件
This commit is contained in:
11
docker/rabbitmq/Dockerfile
Normal file
11
docker/rabbitmq/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM rabbitmq:3.10.6-management
|
||||
|
||||
MAINTAINER Lion Li
|
||||
|
||||
ADD ./rabbitmq_delayed_message_exchange-3.10.2.ez /plugins
|
||||
|
||||
RUN rabbitmq-plugins enable rabbitmq_delayed_message_exchange
|
||||
|
||||
ENTRYPOINT ["rabbitmq-server"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user