mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 11:11:07 -03:30
Upgrade to RabbitMQ 3.7, remove need for etcd2
Signed-off-by: Shane McDonald <me@shanemcd.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user