mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 16:37:30 -02:30
Fix memcached configuration in local Docker installs
Related: https://github.com/ansible/awx/issues/3719 Signed-off-by: Shane McDonald <me@shanemcd.com>
This commit is contained in:
@@ -5,9 +5,14 @@ rabbitmq_version: "3.7.4"
|
||||
rabbitmq_image: "ansible/awx_rabbitmq:{{rabbitmq_version}}"
|
||||
rabbitmq_default_vhost: "awx"
|
||||
rabbitmq_erlang_cookie: "cookiemonster"
|
||||
rabbitmq_host: "rabbitmq"
|
||||
rabbitmq_port: "5672"
|
||||
rabbitmq_user: "guest"
|
||||
rabbitmq_password: "guest"
|
||||
|
||||
postgresql_version: "9.6"
|
||||
postgresql_image: "postgres:{{postgresql_version}}"
|
||||
|
||||
memcached_host: "memcached"
|
||||
memcached_port: "11211"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user