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:
Shane McDonald
2019-04-16 12:51:28 -04:00
parent a5d31e56d6
commit 3bfb54d2fd
4 changed files with 21 additions and 15 deletions

View File

@@ -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"