Skip to content

Commit

Permalink
chore: Dockerfile configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
shiido committed Jun 9, 2022
1 parent 4f9bbe7 commit 31dd68a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM rabbitmq:3

ADD ./myrabbit.conf /etc/rabbitmq/conf.d/10-defaults.conf

CMD ["rabbitmq-server"]
3 changes: 3 additions & 0 deletions myrabbit.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
consumer_timeout = 86400000
log.console = true
loopback_users.guest = false

0 comments on commit 31dd68a

Please sign in to comment.