api-eventbus/Dockerfile

13 lines
341 B
Docker
Raw Normal View History

2022-11-30 02:28:31 +01:00
FROM rabbitmq:3-management-alpine
2022-12-02 22:07:55 +01:00
LABEL dev.egommerce.image.author="Piotr Biernat"
LABEL dev.egommerce.image.vendor="Egommerce"
LABEL dev.egommerce.image.service="api-eventubus"
LABEL dev.egommerce.image.version="1.0"
2022-11-30 02:28:31 +01:00
COPY ./api-eventbus/etc /etc/rabbitmq
RUN rabbitmq-plugins --offline enable rabbitmq_peer_discovery_consul
EXPOSE 5672