api-eventbus/Dockerfile
2022-11-30 02:28:31 +01:00

13 lines
261 B
Docker

FROM rabbitmq:3-management-alpine
LABEL author="Piotr Biernat"
LABEL service="api-eventubus"
LABEL vendor="Egommerce"
LABEL version="1.0"
COPY ./api-eventbus/etc /etc/rabbitmq
RUN rabbitmq-plugins --offline enable rabbitmq_peer_discovery_consul
EXPOSE 5672