Upgrade to RabbitMQ 3.7, remove need for etcd2

Signed-off-by: Shane McDonald <me@shanemcd.com>
This commit is contained in:
Shane McDonald
2018-03-27 23:28:16 -04:00
parent 3f685c42fe
commit 935dc8bca7
7 changed files with 152 additions and 80 deletions

View File

@@ -122,10 +122,11 @@ services:
AWX_ADMIN_PASSWORD: {{ default_admin_password|default('password') }}
rabbitmq:
image: rabbitmq:3
image: {{ rabbitmq_image }}
restart: unless-stopped
environment:
RABBITMQ_DEFAULT_VHOST: awx
RABBITMQ_ERLANG_COOKIE: cookiemonster
memcached:
image: memcached:alpine