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 | 42aeeea8514b0ca99005ae64ca360a949ef9c6ef (patch) | |
tree | 234a5cd3abe85b5763376058ebcaa4514ee89ae0 /docker-compose.yml | |
parent | 7d275735c62c9d0ce423327d67494859e285fce7 (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 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 44a263f..63a778b 100644 --- a/docker-compose.yml +++ b/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: |