summaryrefslogtreecommitdiffstats
path: root/dashboard/docker-compose.yml
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2018-10-01 10:28:17 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2018-10-01 10:31:09 -0700
commit9bab3b54b4382938f6a0347e8f47b1825c4f869c (patch)
treea6b274ffc443cc344b5794926583067967727925 /dashboard/docker-compose.yml
parenta048f1a39fdaf1767fce4492605b995cc62f1aa0 (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/docker-compose.yml')
-rw-r--r--dashboard/docker-compose.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/dashboard/docker-compose.yml b/dashboard/docker-compose.yml
index 44a263f..63a778b 100644
--- a/dashboard/docker-compose.yml
+++ b/dashboard/docker-compose.yml
@@ -53,8 +53,7 @@ services:
- pharos-data:/var/lib/postgresql/data
rabbitmq:
- restart: always
- build: ./rabbitmq/
+ image: rabbitmq
container_name: rm01
env_file: config.env
ports: