mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 22:16:00 -03:30
Fix docker-compose installs
In a series of unfortunate events, my patch yesterday didnt actually work. This fixes that.
This commit is contained in:
@@ -6,9 +6,10 @@ rabbitmq_image: "ansible/awx_rabbitmq:{{rabbitmq_version}}"
|
||||
rabbitmq_default_vhost: "awx"
|
||||
rabbitmq_erlang_cookie: "cookiemonster"
|
||||
rabbitmq_port: "5672"
|
||||
rabbitmq_default_username: "guest"
|
||||
rabbitmq_default_password: "guest"
|
||||
rabbitmq_user: "guest"
|
||||
rabbitmq_password: "guest"
|
||||
|
||||
postgresql_version: "9.6"
|
||||
postgresql_image: "postgres:{{postgresql_version}}"
|
||||
|
||||
docker_compose_dir: "/tmp/awxcompose"
|
||||
|
||||
Reference in New Issue
Block a user