Created
March 19, 2015 21:26
-
-
Save danehans/9f04f646974afa9b04ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# cat compose/rabbitmq.yml | |
rabbitmq: | |
image: kollaglue/centos-rdo-rabbitmq | |
name: rabbitmq | |
restart: always | |
pid: host | |
net: host | |
env_file: | |
- ../openstack.env |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment