mirror of
https://github.com/ansible/awx.git
synced 2026-01-26 16:11:30 -03:30
tools_receptor_1 should use whatever awx_devel tag that tools_awx_1 is using
This commit is contained in:
parent
e54db3ce50
commit
e04efad3c0
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user