mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 17:48:10 -03:30
tools_receptor_1 should use whatever awx_devel tag that tools_awx_1 is using
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user