tools_receptor_1 should use whatever awx_devel tag that tools_awx_1 is using

This commit is contained in:
Seth Foster 2021-10-19 17:11:09 -04:00 committed by Shane McDonald
parent e54db3ce50
commit e04efad3c0
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374

View File

@ -111,7 +111,7 @@ services:
- "../../docker-compose/_sources/receptor/receptor-hop.conf:/etc/receptor/receptor.conf"
{% for i in range(execution_node_count|int) -%}
receptor-{{ loop.index }}:
image: quay.io/awx/awx_devel:devel
image: "{{ awx_image }}:{{ awx_image_tag }}"
user: "{{ ansible_user_uid }}"
container_name: tools_receptor_{{ loop.index }}
hostname: receptor-{{ loop.index }}