diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-10-01 10:28:17 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-10-01 10:31:09 -0700 |
commit | 9bab3b54b4382938f6a0347e8f47b1825c4f869c (patch) | |
tree | a6b274ffc443cc344b5794926583067967727925 /dashboard/rabbitmq/Dockerfile | |
parent | a048f1a39fdaf1767fce4492605b995cc62f1aa0 (diff) |
Use Upstream Rabbitmq Docker Container
The upstream rabbitmq container supports specifying the default admin
user and password through the environment variables:
RABBITMQ_DEFAULT_USER and RABBITMQ_DEFAULT_PASS.
Utilizing these variables removes the need to build a rabbitmq container
specific to the Pharos LaaS Dashboard.
Change-Id: I390d7fa9254a0f28b374235254caff59b219cd87
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'dashboard/rabbitmq/Dockerfile')
-rw-r--r-- | dashboard/rabbitmq/Dockerfile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dashboard/rabbitmq/Dockerfile b/dashboard/rabbitmq/Dockerfile deleted file mode 100644 index 71162a4..0000000 --- a/dashboard/rabbitmq/Dockerfile +++ /dev/null @@ -1,4 +0,0 @@ -FROM rabbitmq - -ADD init.sh /init.sh -CMD ["/init.sh"]
\ No newline at end of file |