Skip to content

Commit d49ce07

Browse files
committed
Add a default rabbitmq.conf to the docker image
The config file is a snapshot of deps/rabbit/docs/rabbitmq.conf.example but where 'guest' is no longer a loopback user
1 parent c618324 commit d49ce07

File tree

2 files changed

+1062
-0
lines changed

2 files changed

+1062
-0
lines changed

packaging/docker-image/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,8 @@ VOLUME $RABBITMQ_DATA_DIR
250250
# https://docs.docker.com/samples/library/ubuntu/#locales
251251
ENV LANG=C.UTF-8 LANGUAGE=C.UTF-8 LC_ALL=C.UTF-8
252252

253+
COPY rabbitmq.conf /etc/rabbitmq/
254+
253255
COPY docker-entrypoint.sh /usr/local/bin/
254256
ENTRYPOINT ["docker-entrypoint.sh"]
255257

0 commit comments

Comments
 (0)