Skip to content

Commit

Permalink
Ensure federation plugins are installed during build.
Browse files Browse the repository at this point in the history
  -- after hashicorp#48
  • Loading branch information
niclic committed Jun 17, 2020
1 parent 39760fa commit bd02403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ services:
RABBITMQ_DEFAULT_PASS: ${RABBITMQ_PASSWORD:-guest}
ports:
- 15672:15672
volumes:
- ./enabled_plugins:/etc/rabbitmq/enabled_plugins
1 change: 1 addition & 0 deletions scripts/enabled_plugins
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[rabbitmq_management,rabbitmq_federation,rabbitmq_federation_management].

0 comments on commit bd02403

Please sign in to comment.